postgresql-client
postgresql-client copied to clipboard
Pure JavaScript client for PostgreSQL completely written in TypeScript.
* Export more precise typings for data types This enabled the following: * Expose the database error so that users can use instanceof checks This enabled the following:
**Describe the bug** I have a table ```sql create table model1 ( id serial primary key, doc jsonb default '{"flag": false}'::jsonb not null ); ``` and I want to insert...
**Is your feature request related to a problem? Please describe.** Bulk updates are significantly faster using COPY instead of single sql queries. **Describe the solution you'd like** ```ts const {...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...