hsql-postgresql-1.7.2Source codeContentsIndex
Database.HSQL.PostgreSQL
Description
Synopsis
connect :: String -> String -> String -> String -> IO Connection
connectWithOptions :: String -> Maybe String -> Maybe String -> Maybe String -> String -> String -> String -> IO Connection
module Database.HSQL
Documentation
connectSource
:: StringServer name : port nr
-> StringDatabase name
-> StringUser identifier
-> StringAuthentication string (password)
-> IO Connection
Makes a new connection to the database server
connectWithOptionsSource
:: StringServer name
-> Maybe StringPort number
-> Maybe StringOptions
-> Maybe StringTTY
-> StringDatabase name
-> StringUser identifier
-> StringAuthentication string (password)
-> IO Connection
Makes a new connection to the database server, with specification of port, options & tty
module Database.HSQL
Produced by Haddock version 2.7.2