hasql-pool-1.0.1: Pool of connections for Hasql
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hasql.Pool.Config.Defaults

Synopsis

Documentation

size :: Int Source #

3 connections.

staticConnectionSettings :: Settings Source #

"postgresql://postgres:postgres@localhost:5432/postgres"

dynamicConnectionSettings :: IO Settings Source #

pure "postgresql://postgres:postgres@localhost:5432/postgres"

observationHandler :: Observation -> IO () Source #

const (pure ())