-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A Haskell Interface to PostgreSQL via the PQ library. -- -- PostgreSQL driver for HSQL. @package hsql-postgresql @version 1.7.3 module Database.HSQL.PostgreSQL -- | Makes a new connection to the database server connect :: String -> String -> String -> String -> IO Connection -- | Makes a new connection to the database server, with specification of -- port, options & tty connectWithOptions :: String -> Maybe String -> Maybe String -> Maybe String -> String -> String -> String -> IO Connection