postgresql-transactional

a transactional monad on top of postgresql-simple

Version on this page:1.0.0
LTS Haskell 14.27:1.1.1
Stackage Nightly 2019-09-21:1.1.1
Latest on Hackage:1.1.1

See all snapshots postgresql-transactional appears in

MIT licensed by Reid Draper and Patrick Thomson
Maintained by [email protected]
This version can be pinned in stack with:postgresql-transactional-1.0.0@sha256:9a9be90410c52493c638115855cb94487a4b97b29e363a7a781fa1f9046fdb9e,1196

Module documentation for 1.0.0

This package is a simple monadic wrapper around the SQL primitives provided by the postgresql-simple package. It provides simple and predictable semantics for database options, enforces awareness of Postgres's transactional nature at API boundaries, and obviates the need for SQL boilerplate in transactional queries.