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