Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
acquisitionTimeout :: DiffTime Source #
10 seconds.
agingTimeout :: DiffTime Source #
1 day.
idlenessTimeout :: DiffTime Source #
10 minutes.
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 ())