node-libpq icon indicating copy to clipboard operation
node-libpq copied to clipboard

Simple, low level native bindings to PostgreSQL's libpq from node.js

Results 46 node-libpq issues
Sort by recently updated
recently updated
newest added

I can't install on MacOS 14.4.1 Sonoma. Here is the log of installing my dependencies. ```log $ pnpm i ... snip ... .../[email protected]/node_modules/libpq install$ node-gyp rebuild │ gyp info it...

When I try to install npm i, I am getting below error. Am I missing anything here? npm ERR! code 1 npm ERR! path /Users/lakshmi/bloomtech/auth/node_modules/libpq npm ERR! command failed npm...

currently there is a segmentation fault together with node 18 and SSL cert authorization

This revives #22 and #73 and adds supports for receiving notices as events in LibPQ. The event is `notice` but differently from #22 and #73 it uses `PQsetNoticeReceiver` and the...

I'm going to work on trying to get the build working without [requiring the user to install a new version of libssl](https://github.com/brianc/node-libpq/pull/67). I'm a bit rusty on this so help...

I wanted to use this module from multiple workers, but I got the error mentioned in #79. This seems to fix the error, but I am far from being an...

if I run `make` multiple times in this package, we get varying results in `./build/Makefile` see here ```diff 342c342 < Makefile: $(srcdir)/../../../.cache/node-gyp/16.20.0/include/node/common.gypi $(srcdir)/../../../../../usr/lib/node_modules/node-gyp/addon.gypi $(srcdir)/build/config.gypi $(srcdir)/binding.gyp --- > Makefile: $(srcdir)/../../../../../usr/lib/node_modules/node-gyp/addon.gypi $(srcdir)/binding.gyp...

anibal@LENOVO:~/eclipse-workspace/prueba12/WebContent/sequelize$ npm install > [email protected] install /home/anibal/eclipse-workspace/prueba12/WebContent/sequelize/node_modules/libpq > node-gyp rebuild find: «/usr/pg*»: No existe el archivo o el directorio gyp: Call to 'which pg_config || find /usr/bin /usr/local/bin /usr/pg* /opt...

Emit notices in "notice" event instead of writing them to stdout. It is a revival of PR #22.

Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `minimist` Updates `mocha` from 5.2.0 to 10.2.0 Release notes Sourced from...

dependencies