|
| Database.HaskellDB.HSQL.PostgreSQL | | Portability | portable | | Stability | experimental | | Maintainer | dp03-7@mdstud.chalmers.se |
|
|
|
| Description |
| $Revision: 1.8 $
|
|
|
| Documentation |
|
| data PostgreSQLOptions |
| Constructors | | PostgreSQLOptions | | | server :: String | server name
| | db :: String | database name
| | uid :: String | user id
| | pwd :: String | password
|
|
|
|
|
| postgresqlConnect :: PostgreSQLOptions -> (Database -> IO a) -> IO a |
|
| Produced by Haddock version 0.8 |