haskelldb-hsql-mysql-0.10: HaskellDB support for the HSQL MySQL driver.ContentsIndex
Database.HaskellDB.HSQL.MySQL
Portabilitynon-portable
Stabilityexperimental
Maintainerhaskelldb-users@lists.sourceforge.net
Description
Synopsis
data MySQLOptions = MySQLOptions {
server :: String
db :: String
uid :: String
pwd :: String
}
mysqlConnect :: MonadIO m => MySQLOptions -> (Database -> m a) -> m a
DriverInterface (DriverInterface, connect)
driver :: DriverInterface
Documentation
data MySQLOptions
Constructors
MySQLOptions
server :: Stringserver name
db :: Stringdatabase name
uid :: Stringuser id
pwd :: Stringpassword
mysqlConnect :: MonadIO m => MySQLOptions -> (Database -> m a) -> m a
DriverInterface (DriverInterface, connect)
driver :: DriverInterface
This driver requires the following options: server, db, uid, pwd
Produced by Haddock version 0.8