persistent-postgresql-0.4.0: Backend for the persistent library using postgresql.

Database.Persist.Postgresql

Description

A postgresql backend for persistent.

Documentation

withPostgresqlPoolSource

Arguments

:: MonadPeelIO m 
=> String 
-> Int

number of connections to open

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