haskelldb-hdbc-0.13: HaskellDB support for HDBC. You will also need one or more back-end specific packages.Source codeContentsIndex
Database.HaskellDB.HDBC
Portabilityportable
Stabilityexperimental
Maintainerhaskelldb-users@lists.sourceforge.net
Description
HDBC interface for HaskellDB
Synopsis
hdbcConnect :: (MonadIO m, IConnection conn) => SqlGenerator -> IO conn -> (Database -> m a) -> m a
Documentation
hdbcConnectSource
:: (MonadIO m, IConnection conn)
=> SqlGenerator
-> IO connconnection function
-> (Database -> m a)
-> m a
Run an action on a HDBC IConnection and close the connection.
Produced by Haddock version 2.7.2