hasql-pool
Safe HaskellNone
LanguageHaskell2010

Hasql.Pool.Config.Defaults

Synopsis

Documentation

size :: Int Source #

3 connections.

staticConnectionSettings :: [Setting] Source #

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

dynamicConnectionSettings :: IO [Setting] Source #

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

observationHandler :: Observation -> IO () Source #

const (pure ())