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

Database.Persist.Sqlite

Description

A sqlite backend for persistent.

Documentation

withSqlitePoolSource

Arguments

:: MonadControlIO m 
=> Text 
-> Int

number of connections to open

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