arbor-postgres-0.0.2: Convenience types and functions for postgresql-simple.
Arbor.Postgres.Config
data PostgresConfig Source #
Constructors
Fields
Defined in Arbor.Postgres.Config
Methods
(==) :: PostgresConfig -> PostgresConfig -> Bool #
(/=) :: PostgresConfig -> PostgresConfig -> Bool #
showsPrec :: Int -> PostgresConfig -> ShowS #
show :: PostgresConfig -> String #
showList :: [PostgresConfig] -> ShowS #
Associated Types
type Rep PostgresConfig :: * -> * #
from :: PostgresConfig -> Rep PostgresConfig x #
to :: Rep PostgresConfig x -> PostgresConfig #
optsPostgresConfig :: String -> Parser PostgresConfig Source #