groundhog-postgresql-0.2.0: PostgreSQL backend for the groundhog library.

Safe HaskellNone

Database.Groundhog.Postgresql

Documentation

withPostgresqlPoolSource

Arguments

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

number of connections to open

-> (Pool Postgresql -> m a) 
-> m a