Skip to content

v0.2.0

Compare
Choose a tag to compare
@anttih anttih released this 14 Jul 20:33
· 54 commits to master since this release

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