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

Database.Persist.Postgresql

Description

A postgresql backend for persistent.

Synopsis

Documentation

withPostgresqlPoolSource

Arguments

:: MonadControlIO m 
=> Text 
-> Int

number of connections to open

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

data PostgresConf Source

Information required to connect to a postgres database

Constructors

PostgresConf 

Fields

pgConnStr :: Text
 
pgPoolSize :: Int