groundhog-sqlite-0.0.1: Backend for the groundhog library using sqlite3.

Database.Groundhog.Sqlite

Documentation

withSqlitePoolSource

Arguments

:: MonadControlIO m 
=> String 
-> Int

number of connections to open

-> (Pool Sqlite -> m a) 
-> m a