haskelldb-hdbc-2.1.0: HaskellDB support for HDBC.

Portabilityportable
Stabilityexperimental
Maintainerhaskelldb-users@lists.sourceforge.net

Database.HaskellDB.HDBC

Description

HDBC interface for HaskellDB

Synopsis

Documentation

hdbcConnectSource

Arguments

:: (MonadIO m, IConnection conn) 
=> SqlGenerator 
-> IO conn

connection function

-> (Database -> m a) 
-> m a 

Run an action on a HDBC IConnection and close the connection.