Safe Haskell | None |
---|---|
Language | Haskell2010 |
Arbor.Postgres.Env
Documentation
data PostgresEnv Source #
Constructors
PostgresEnv | |
Fields
|
Instances
Generic PostgresEnv Source # | |
Defined in Arbor.Postgres.Env Associated Types type Rep PostgresEnv :: Type -> Type # | |
type Rep PostgresEnv Source # | |
Defined in Arbor.Postgres.Env type Rep PostgresEnv = D1 (MetaData "PostgresEnv" "Arbor.Postgres.Env" "arbor-postgres-0.0.3-38t8ftv09Rz3LEolliXNr" False) (C1 (MetaCons "PostgresEnv" PrefixI True) (S1 (MetaSel (Just "conn") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Connection) :*: S1 (MetaSel (Just "connString") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 URI))) |