0.1.15 • Published 10 years ago

pg-core v0.1.15

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

pg-core

PostgreSQL Core Driver for NodeJS.

Build Status Coverage Status

Initially based on node-postgres and its core packages, this core library for PostgreSQL is independent of the original work. Its goal is improved and simplified support with timely updates and bug fixes.

Installing

$ npm install pg-core

Using

var pg = require('pg-core');

The library exposes the same object as the original pg, with the addition of:

and with the exception of:

  • pg.native - native libpq bindings have been fully removed.

Apart from these differences, the original node-postgres is a reliable source of documentation that entirely covers functionality of this library as well.

Testing

For details on running tests on your local machine see testing pg-core.

Origins

The original snapshots were taken on November 11, 2015, and included:

All code changes later committed for original packages are merged into this library. For details see the merge history.

What's Changed

The following has been changed from the original node-postgres library:

  • Completely removed - pg.native, only javascript implementation is supported;
  • The library has being refactored for ES6 compliance
  • All dependencies are kept up-to-date, no use of obsolete packages;
  • Supported environments: NodeJS 0.10 - 5.x, PostgreSQL 9.x, Win/Linux/OS-X
  • New tests are being written in place of the old ones. YOUR HELP IS WELCOME!

License

The original license note can be found here.

0.1.15

10 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago