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
IsSqlValueinstance forMaybe
Breaking changes
- Now requires PureScript version 0.7.x
- Moved SqlValue to its own module (
Database.Postgres.SqlValue)
Fixes
- Fix
queryto lift ForeignErrors to Aff errors