| Safe Haskell | Safe-Infered |
|---|
Database.HSQL.PostgreSQL
Description
Documentation
Arguments
| :: String | Server name : port nr |
| -> String | Database name |
| -> String | User identifier |
| -> String | Authentication string (password) |
| -> IO Connection |
Makes a new connection to the database server
Arguments
| :: String | Server name |
| -> Maybe String | Port number |
| -> Maybe String | Options |
| -> Maybe String | TTY |
| -> String | Database name |
| -> String | User identifier |
| -> String | Authentication string (password) |
| -> IO Connection |
Makes a new connection to the database server, with specification of port, options & tty
module Database.HSQL