Safe Haskell | Safe-Infered |
---|
- connect :: String -> String -> String -> String -> IO Connection
- module Database.HSQL
Documentation
:: String | Server name |
-> String | Database name |
-> String | User identifier |
-> String | Authentication string (password) |
-> IO Connection |
Makes a new connection to the database server.
module Database.HSQL