Description
a transactional monad on top of postgresql-simple.
Description
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.