Skip to content

Releases: epost/purescript-node-postgres

v4.1.0

16 Dec 19:24
Compare
Choose a tag to compare
  • Adds IsSqlValue instance for Array (@tonyd256)

v4.0.0

19 Oct 19:30
Compare
Choose a tag to compare

Breaking changes

v0.2.0

14 Jul 20:33
Compare
Choose a tag to compare

This release requires version 0.7.x of the PureScript compiler.

New features

  • Basic transaction support (Database.Postgres.Transaction)
  • Added basic connection pooling by using the built-in node-postgres pooling (see withClient)
  • Added a IsSqlValue instance for Maybe

Breaking changes

  • Now requires PureScript version 0.7.x
  • Moved SqlValue to its own module (Database.Postgres.SqlValue)

Fixes

  • Fix query to lift ForeignErrors to Aff errors