-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | PostgreSQL driver for HSQL. @package hsql-postgresql @version 1.7.2 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