haskelldb-hdbc-sqlite3-0.12: HaskellDB support for the HDBC SQLite driver.Source codeContentsIndex
Database.HaskellDB.HDBC.SQLite3
Portabilitynon-portable
Stabilityexperimental
Maintainerhaskelldb-users@lists.sourceforge.net
Description
Interface to the HDBC sqlite3 back-end.
Synopsis
data SQLiteOptions = SQLiteOptions {
filepath :: FilePath
}
sqliteConnect :: MonadIO m => FilePath -> (Database -> m a) -> m a
DriverInterface (DriverInterface, connect, requiredOptions)
driver :: DriverInterface
Documentation
data SQLiteOptions Source
Constructors
SQLiteOptions
filepath :: FilePath
sqliteConnect :: MonadIO m => FilePath -> (Database -> m a) -> m aSource
DriverInterface (DriverInterface, connect, requiredOptions)
driver :: DriverInterfaceSource
This driver requires the following options: filepath
Produced by Haddock version 2.4.2