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