Module

Pipes.Postgres

Package
purescript-postgresql
Repository
cakekindel/purescript-postgresql

#stdin Source

stdin :: forall m s c ct. MonadAff m => MonadError Error m => MonadAsk Pool m => MonadPostgres m s c ct => String -> Consumer (Maybe Buffer) m Unit

#stdout Source

stdout :: forall m s c ct. MonadAff m => MonadThrow Error m => MonadAsk Pool m => MonadPostgres m s c ct => String -> Producer (Maybe Buffer) m Unit