haskelldb-hsql-sqlite3-0.10: HaskellDB support for the HSQL SQLite driver.ContentsIndex
Database.HaskellDB.HSQL.SQLite3
Portabilitynon-portable
Stabilityexperimental
Maintainerhaskelldb-users@lists.sourceforge.net
Description
Interface to SQLite 3 http://www.hwaci.com/sw/sqlite/ databases.
Synopsis
data SQLiteOptions = SQLiteOptions {
filepath :: FilePath
mode :: IOMode
}
sqliteConnect :: MonadIO m => SQLiteOptions -> (Database -> m a) -> m a
DriverInterface (DriverInterface, connect)
driver :: DriverInterface
Documentation
data SQLiteOptions
Constructors
SQLiteOptions
filepath :: FilePathdatabase file
mode :: IOModeaccess mode
sqliteConnect :: MonadIO m => SQLiteOptions -> (Database -> m a) -> m a
DriverInterface (DriverInterface, connect)
driver :: DriverInterface
This driver requires the following options: filepath, mode The possible values of the mode option are r, w, rw
Produced by Haddock version 0.8