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

Database.Persist.Sqlite

Description

A sqlite backend for persistent.

Documentation

withSqlitePoolSource

Arguments

:: MonadInvertIO m 
=> String 
-> Int

number of connections to open

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