@hackage postgresql-transactional1.1.1
a transactional monad on top of postgresql-simple
Categories
License
MIT
Maintainer
patrick@helium.com
Links
Versions
Installation
Dependencies (4)
- base >=4 && <5
- mtl
- monad-control
- postgresql-simple >=0.4 Show all…
Dependents (1)
@hackage/acme-everything
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.