Releases: epost/purescript-node-postgres
Releases · epost/purescript-node-postgres
v4.1.0
v4.0.0
v0.2.0
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 forMaybe
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