haskelldb-0.9: ContentsIndex
Database.HaskellDB.HSQL.Common
Portabilityportable
Stabilityexperimental
Maintainerdp03-7@mdstud.chalmers.se
Description

HSQL interface for HaskellDB

$Revision: 1.47 $

Synopsis
hsqlConnect :: (opts -> IO Connection) -> opts -> (Database -> IO a) -> IO a
Documentation
hsqlConnect
:: (opts -> IO Connection)HSQL connection function, e.g.
-> opts
-> (Database -> IO a)
-> IO a
Run an action on a HSQL Connection and close the connection.
Produced by Haddock version 0.8