node-pg-native icon indicating copy to clipboard operation
node-pg-native copied to clipboard

Native (C/C++) bindings to PostgreSQL with sync and async options.

Results 46 node-pg-native issues
Sort by recently updated
recently updated
newest added

This might be related to the promises bug #16 In my prod code it blocks for 20 seconds but as a gist it blocks indefinately ``` javascript var pg =...

Found a bug while trying to use `copy-stream.js` to do logical decoding based on PostgreSQL streaming replication protocol: **Bug**: 1. While using `node-pg-native` and its `copy-stream.js` lib to interact with...

Hi, I've compiled this library without problems on windows 10, using node 4.1.0, but when I try to use it together with sequelize, it throws following error: ``` Assertion failed:...

Not quite sure where to post this, apologies if this is in the wrong spot. It looks as though the pure JS and native versions of `Client` have different functions...

Promises work great on regular `pg`. however, in `pg-native`, a resolve from a `connect` works fine, but resolve from `query` for some reason does not work at all. here is...