Safe Haskell | Safe-Infered |
---|
Keter.Postgres
Types
Name of the application. Should just be the basename of the application file.
Information on an individual PostgreSQL database.
Settings
setupDBInfo :: Settings -> DBInfo -> IO ()Source
How to create the given user/database. Default: uses the psql
command line tool and sudo -u postgres
.