haskelldb-0.9: ContentsIndex
Database.HaskellDB.DriverAPI
Portabilityportable
Stabilityexperimental
Maintainerchucky@dtek.chalmers.se
Description
This exports an API that all drivers must conform to. It is used by the end user to load drivers either dynamically or statically
Synopsis
data DriverInterface = DriverInterface {
connect :: (forall a . [String] -> (Database -> IO a) -> IO a)
}
defaultdriver :: DriverInterface
Documentation
data DriverInterface
Constructors
DriverInterface
connect :: (forall a . [String] -> (Database -> IO a) -> IO a)
defaultdriver :: DriverInterface
Default dummy driver, real drivers should overload this
Produced by Haddock version 0.8