groundhog-sqlite-0.1.0.1: Sqlite3 backend for the groundhog library

Safe HaskellNone

Database.Groundhog.Sqlite

Documentation

withSqlitePoolSource

Arguments

:: (MonadBaseControl IO m, MonadIO m) 
=> String 
-> Int

number of connections to open

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