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

Non-blocking PostgreSQL client for Node.js written in TypeScript.

Results 10 ts-postgres issues
Sort by recently updated
recently updated
newest added

Heyo, I'm back. Struggled a bit to disable SSL as it wasn't described in the readme, just thought I'd highlight that for future users :)

Hello, Forgive my ignorance for the `types` configuration parameter, but is there a way to process numeric's when setting up a query? My work around so far has been type...

enhancement

I'm creating a container using ```docker run --rm -it -p "5432:5432" -e POSTGRES_PASSWORD=12345 postgres``` with the latest docker image (currently version 14). Then I'm trying to connect using ``` const...

bug

Hi Guys, So I have a few nums created (examples below), and a table that has fields with those enums as types. When I try to retrieve data using ResultRow.get()...

enhancement
hard

hello! i'm from the future! :wave: do you have plans to distribute modern es modules? maybe i could help!? there will be more like me coming from whence i came...

i'm trying to eliminate maintenance. *ALL OF IT!* i was wondering if you have a recommendation for a good way i could generate both a table schema and also a...

from the readme, > Query parameters use the format $1, $2 etc. do the parameters have to be numbered? i'd much prefer to use names, as i'm familiar with using...

enhancement

Hi & thanks for a nice library! I understood from the README that: > The query command accepts a single query only. If you need to send multiple queries, just...

enhancement

I'm running tests using jest, [jest-postgres,](https://github.com/shelfio/jest-postgres) to spin up a local postgres instance, and using ts-postgres to access that postgres instance. Tests are failing with the following error: ``` Cannot...

triage