napkin-1.0.0
Safe HaskellNone
LanguageGHC2021

Napkin.Run.Effects.Interpreters.Backend.Postgres

Documentation

runPostgresExtraFake :: forall (r :: [Effect]) a. Sem (PostgresExtra ': r) a -> Sem r a #

runPostgresExtraReal :: forall (m :: Type -> Type) (r :: EffectRow) a. (SqlIO m, Member (Embed m) r, MonadIO m, Member (FatalError :: (Type -> Type) -> Type -> Type) r) => BackendConn Postgres -> Sem (PostgresExtra ': r) a -> Sem r a #

Orphan instances