node-postgres
node-postgres copied to clipboard
PostgreSQL client for node.js.
I have been having a close look at [deno](https://deno.land/) and have had an attempt to build a solution with it. It is delightfully refreshing to not have to build a...
Changes tested myself and inspired by documention on aws rds signer https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-rds-signer/
Also delete tests which have not been enabled since 2017.
Here is the link to the issue: [2163](https://github.com/brianc/node-postgres/issues/2163)
just a little performance improvement. Preallocating array instead of push item
It looks like this was removed in d615ebee177ed57c7a7df861b1db675c9e0ebb0f while it still had references to it.
When I set `PGSSLMODE` to `require` or `prefer`, I get `TypeError: this.stream.write is not a function` error when I try to run the tests under `packages/pg`. What could be the...
```sql SELECT sp3.* FROM supplement_product sp1 INNER JOIN iherb_product ip1 ON ip1.id = sp1.iherb_product_id CROSS JOIN LATERAL unnest( ip1.related_products) AS related_product_id INNER JOIN iherb_product ip2 ON ip2.iherb_product_foreign_id = related_product_id INNER...
In the JS ecosystem for database drivers, this package is one of the more widely used. Together with the Deno Standard Library team, we have been working on creating a...