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

Database.Persist.Sqlite

Description

A sqlite backend for persistent.

Documentation

withSqlitePoolSource

Arguments

:: MonadCatchIO m 
=> String 
-> Int

number of connections to open

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