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

Hello All, thanks to all the contributors who keep this project going, I have an issue to report Before today I ran into this issue in prod approx 6 times...

The previous approach to detecting whether to use Cloudflare's sockets was to check for missing polyfills. But as we improve the polyfills that Wrangler can provide these checks are no...

Hey! 👋 We're currently working on an integration between Cloudflare Workers and Vitest, allowing you to run your Vitest tests inside the Workers runtime. A community member tried out an...

We were experimenting with `node-postgres` and found that columns were lost in the result set if they had the same name, because of how JSON works. However, after switching to...

question

Please add `pg-password-util` to the wiki: https://www.npmjs.com/package/pg-password-util It's a standalone lib that handles encoding PostgreSQL passwords client-side so that `CREATE USER ...` / `ALTER USER ...` statements do not include...

The PostgreSQL TIMESTAMP type has a maximum precision of 1 microsecond, but the JavaScript Date type only has a maximum precision of 1 millisecond. This causes information to be silently...

In the docs here: https://node-postgres.com/features/pooling#checkout-use-and-return ``` pool.on('error', (err, client) => { console.error('Unexpected error on idle client', err) process.exit(-1) } ``` The above sample code snippet did not seem to catch...

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.17.0 to 7.0.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.0.0 7.0.0 (2024-02-12) Read more about this release: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/ 🚀 Features add support for flat configs (#7935) 🩹...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) from 7.14.5 to 8.11.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/pg&package-manager=npm_and_yarn&previous-version=7.14.5&new-version=8.11.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies