Package Exports
- pg-promise
- pg-promise/lib/formatting
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pg-promise) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pg-promise 6.x Beta
Promises/A+ interface for PostgreSQL.
This is 6.x branch of pg-promise, currently in Beta, though very stable since v6.0.15
It can be installed as follows:
$ npm install pg-promise@betaOR
$ npm install pg-promise@6- It uses the latest version of node-postgres, automatically allocating a new connection pool for each Database object.
- Version 6.x of the library is 100% backward compatible with version 5.x, and thus requires no code changes.
See also: Why the master branch is currently using node-postgres v5.1.