haskelldb-hdbc-postgresql-0.12: HaskellDB support for the HDBC PostgreSQL driver.Source codeContentsIndex
Database.HaskellDB.HDBC.PostgreSQL
Portabilityportable
Stabilityexperimental
Maintainerhaskelldb-users@lists.sourceforge.net
Description
Synopsis
postgresqlConnect :: MonadIO m => [(String, String)] -> (Database -> m a) -> m a
DriverInterface (DriverInterface, connect, requiredOptions)
driver :: DriverInterface
Documentation
postgresqlConnect :: MonadIO m => [(String, String)] -> (Database -> m a) -> m aSource
DriverInterface (DriverInterface, connect, requiredOptions)
driver :: DriverInterfaceSource
This driver passes its options through to HDBC. HDBC refers to http://www.postgresql.org/docs/8.1/static/libpq.html#LIBPQ-CONNECT for the meaning of the options.
Produced by Haddock version 2.4.2