| Copyright | HWT Group 2003, Bjorn Bringert 2005-2006 |
|---|---|
| License | BSD-style |
| Maintainer | haskelldb-users@lists.sourceforge.net |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
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.