arbiter-orville-0.1.0.0: Orville implementation of arbiter
Safe HaskellNone
LanguageGHC2024

Arbiter.Orville.MonadArbiter

Documentation

orvilleExecuteQuery :: MonadOrville m => Text -> Params -> RowCodec a -> m [a] Source #

orvilleExecuteStatement :: MonadOrville m => Text -> Params -> m Int64 Source #

orvilleWithDbTransaction :: MonadOrville m => m a -> m a Source #

orvilleRunHandlerWithConnection :: forall {k} jobs m (result :: k). (jobs -> m result) -> jobs -> m result Source #