arbor-postgres-0.0.3: Convenience types and functions for postgresql-simple.
Arbor.Postgres.Config
optsPostgresConfig :: String -> Parser PostgresConfig Source #
optsConnectInfo :: String -> Parser ConnectInfo Source #
configToConnectInfo :: PostgresConfig -> ConnectInfo Source #
connectInfoToConfig :: ConnectInfo -> PostgresConfig Source #
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 :: Type -> Type #
from :: PostgresConfig -> Rep PostgresConfig x #
to :: Rep PostgresConfig x -> PostgresConfig #