@hackage / postgresql-transactional

a transactional monad on top of postgresql-simple

Latest1.1.1

About

Metadata

  • Last updated , by patrick_thomson
  • License MIT
  • Categories Databases
  • Maintained by: patrick@helium.com

  • Lottery factor: 0

Links

Installation

Readme

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.