haskelldb-hsql-postgresql-0.10: HaskellDB support for the HSQL PostgreSQL driver.ContentsIndex
Database.HaskellDB.HSQL.PostgreSQL
Portabilitynon-portable
Stabilityexperimental
Maintainerhaskelldb-users@lists.sourceforge.net
Description
Synopsis
data PostgreSQLOptions = PostgreSQLOptions {
server :: String
db :: String
uid :: String
pwd :: String
}
postgresqlConnect :: MonadIO m => PostgreSQLOptions -> (Database -> m a) -> m a
DriverInterface (DriverInterface, connect)
driver :: DriverInterface
Documentation
data PostgreSQLOptions
Constructors
PostgreSQLOptions
server :: Stringserver name
db :: Stringdatabase name
uid :: Stringuser id
pwd :: Stringpassword
postgresqlConnect :: MonadIO m => PostgreSQLOptions -> (Database -> m a) -> m a
DriverInterface (DriverInterface, connect)
driver :: DriverInterface
This driver requires the following options: server, db, uid, pwd
Produced by Haddock version 0.8