Control.Monad.Freer.Extras.Beam.Postgres
data DbConfig Source #
Constructors
Fields
Defined in Control.Monad.Freer.Extras.Beam.Postgres
Methods
(==) :: DbConfig -> DbConfig -> Bool Source #
(/=) :: DbConfig -> DbConfig -> Bool Source #
showsPrec :: Int -> DbConfig -> ShowS Source #
show :: DbConfig -> String Source #
showList :: [ DbConfig ] -> ShowS Source #
Associated Types
type Rep DbConfig :: Type -> Type Source #
from :: DbConfig -> Rep DbConfig x Source #
to :: Rep DbConfig x -> DbConfig Source #
toJSON :: DbConfig -> Value Source #
toEncoding :: DbConfig -> Encoding Source #
toJSONList :: [ DbConfig ] -> Value Source #
toEncodingList :: [ DbConfig ] -> Encoding Source #
parseJSON :: Value -> Parser DbConfig Source #
parseJSONList :: Value -> Parser [ DbConfig ] Source #
def :: DbConfig Source #
runBeam :: forall effs. ( LastMember IO effs, Member ( Reader ( Pool Connection )) effs) => Trace IO BeamLog -> Pg ~> Eff effs Source #