JSPM

pg-promise

6.0.19
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 600461
  • Score
    100M100P100Q175278F
  • License MIT

Promises interface for PostgreSQL

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.

Build Status Coverage Status Package Quality Join the chat at https://gitter.im/vitaly-t/pg-promise


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@beta

OR

$ 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.