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