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

PostgreSQL client for node.js.

Results 357 node-postgres issues
Sort by recently updated
recently updated
newest added

I am building with nuxt and using better-auth for authentication and I installed pg for the Pool, sadly it has been showing me an error which i do not understand...

I'm taking over the old [pg-transaction](https://www.npmjs.com/package/pg-transaction) module, and turning it into a simpler async/await affair. I basically write this same utility in every project I do, so thought it'd be...

I propose support `AsyncDisposable` on `Client` (https://github.com/tc39/proposal-explicit-resource-management) so that developers can opt-into ending the connection automatically at the end of the current scope. **before** ```ts import { Client } from...

feature request

This is probably a bit of a micro-optimization, but in my own codebases the number of times I access any of these properties is _nearly_ zero. So, not parsing the...

This tries to fix #3495 Functionally, this seems to fix the issue and the tests pass (edit: the stream tests are currently not working), but performance is not ideal because...

I have recently have been experimenting with pg's binary mode for performance reasons and tried the latest change, and I found that it delivers incorrect results sometimes for various non-string...

bug