haskelldb-hdbc-sqlite3-0.12: HaskellDB support for the HDBC SQLite driver.
Source code
Contents
Index
Database.HaskellDB.HDBC.SQLite3
Portability
non-portable
Stability
experimental
Maintainer
haskelldb-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 a
Source
DriverInterface
(
DriverInterface
,
connect
,
requiredOptions
)
driver
::
DriverInterface
Source
This driver requires the following options:
filepath
Produced by
Haddock
version 2.4.2