persistent-sqlite-0.7.0: Backend for the persistent library using sqlite3.

Database.Persist.Sqlite

Description

A sqlite backend for persistent.

Synopsis

Documentation

withSqlitePoolSource

Arguments

:: ResourceIO m 
=> Text 
-> Int

number of connections to open

-> (ConnectionPool -> m a) 
-> m a 

withSqliteConn :: ResourceIO m => Text -> (Connection -> m a) -> m aSource

data SqliteConf Source

Information required to connect to a sqlite database

Constructors

SqliteConf