postgres icon indicating copy to clipboard operation
postgres copied to clipboard

PostgreSQL driver for Deno

Results 53 postgres issues
Sort by recently updated
recently updated
newest added

Using a cloud managed DB often terminates sessions without notifying the library. This causes `ConnectionError` because the library was not notified of the cancelled connection. There is a `TODO` comment...

bug
help wanted

My app manages deep learning models and it's metadata, the models are sized around 50MB - 100MB. I am using CockroachDB for storage because it has no hard limit on...

help wanted

Currently, the workflow to publish on jsr first modifies the imports, then checks if the formatting is correct. Since the new imports are shorter, it can happen that an import...

**Is your feature request related to a problem? Please describe.** Deno already supports `using` and `await using` syntax with some APIs **Describe the solution you'd like** Instead of this: ```ts...

I was trying to make this work with [Kysely](https://github.com/kysely-org/kysely), which is built around [node-postgres](https://github.com/brianc/node-postgres) but it looks like the API differs quite significantly, mainly in that no `query` method exists...

Hello! I've some Date objects that I wish to insert into a `timestamp without time zone` column, but when I insert them they get recorded using my locale timezone. How...

**Describe the bug** Due to a user input error when pushing tags, a version was created with the name `ls` in the Denoland registry. This is incorrect and could confuse...

**Is your feature request related to a problem? Please describe.** To avoid incorrectly formatted release tags, add a tag pattern check in the GitHub repo.

I'm currently getting a crash sometimes when connecting to a remote database. ``` BrokenPipe: Broken pipe (os error 32) at write (ext:deno_net/01_net.js:34:21) at TcpConn.write (ext:deno_net/01_net.js:97:12) at BufWriter.flush (https://deno.land/[email protected]/io/buffer.ts:745:40) at Connection.#preparedQuery...