node-postgres
node-postgres copied to clipboard
PostgreSQL client for node.js.
Hi! I was looking at [node-pg-types](https://github.com/brianc/node-pg-types) and noticed it has a separate file for decoding binary streams But when I set a custom type parser, such as on int8 or...
We are using NestJS with TypeORM v0.3.25 and pg v8.11.3 Our TypeOrm config is: ``` const baseOrmConfig: PostgresConnectionOptions & TypeOrmModuleOptions = { type: 'postgres', host: process.env.DATABASE_HOST ?? 'localhost', port: process.env.DATABASE_PORT...
> Note: I open this PR as a conversation starter, I've explained my reasoning [in a Redis Issue here](https://github.com/redis/node-redis/issues/2601). I'd be happy to open an issue instead, but I thought...
Now, when using the native client with a connection timeout, the pool could incorrectly destroy or end a client that was already connected, due to not distinguishing between connection states....
Looking at https://github.com/brianc/node-postgres/issues/510, it appears that dates used to be interpreted as UTC, but then there was a decision made to interpret them as system time. In my experience interpreting...
catch callback not a function earlier to get a proper callstack. later when executing the callback the stack may be wrong/insufficient.
I'm using pgcursor on Amazon Aurora PostgreSQL. If connection is terminated due to serverless scale event timeout, the promise returned by `close` methods of the Cursor never resolves. Probably because...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 7.1.7. Release notes Sourced from vite's releases. v7.1.7 Please refer to CHANGELOG.md for details. v7.1.6 Please refer to CHANGELOG.md for details. v7.1.5 Please refer to...