optima-for-hasql-0.1.0.1: Command-line arguments parsing for Hasql

Safe HaskellNone
LanguageHaskell2010

OptimaForHasql.Param

Synopsis

Documentation

poolSize :: Param Int Source #

Amount of connections in the pool.

poolTimeout :: Param NominalDiffTime Source #

Amount of seconds for which the unused connections are kept open.

host :: Param ByteString Source #

Server host.

port :: Param Word16 Source #

Server port.

database :: Param ByteString Source #

Database name.