@hackage / pg-transact

A postgresql-simple transaction monad

Latest0.3.2.0

Changelog

  • 0.3.2.0

    • Support GHC 9.0.1
  • 0.3.1.1

    • #15 Remove unnecessary ROLLBACK call in abort
  • 0.3.1.0

    • #5 Add abort
  • 0.3.0.0

    • #4 Generalize rollback and related queries to use DBT
    • #3 Remove MonadThrow constraint from queryOne