| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | haskelldb-users@lists.sourceforge.net |
| Safe Haskell | None |
Database.HaskellDB.HDBC
Description
HDBC interface for HaskellDB
- hdbcConnect :: (MonadIO m, IConnection conn) => SqlGenerator -> IO conn -> (Database -> m a) -> m a
Documentation
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.