-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | HaskellDB support for the HDBC PostgreSQL driver. -- -- HaskellDB support for the HDBC PostgreSQL driver. @package haskelldb-hdbc-postgresql @version 0.12 module Database.HaskellDB.HDBC.PostgreSQL postgresqlConnect :: (MonadIO m) => [(String, String)] -> (Database -> m a) -> m a -- | 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. driver :: DriverInterface