-
Hi Guys,
Trying to run an embeddings query on data stored from openAI. Currently using Supabase functions, using the following library. Any ideas on how to fix this?
OpenAI Embeddings response i…
-
Hello,
I have the problem, that when executing my tests, I always get the note on leaking async ops:
`1 async operation to sleep for a duration was started before this test, but was completed duri…
-
The following code:
```
// @deno-types="https://raw.githubusercontent.com/porsager/postgres/master/types/index.d.ts"
import postgres from 'https://deno.land/x/postgresjs/mod.js'
import { ghcnCon…
-
The following errors were reported by 5.5.0-dev.20240414
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
Hello, first of all, thank you for this awesome library.
I've recently started to implement `postgres.js` real-time subscriptions and I've come across syntax error when using the `toCamel` transf…
-
Just making sure I'm not going crazy... but release 3.0.6 on deno.land still has the
https://deno.land/x/postgresjs@v3.0.6/types/index.d.ts#L436
```
Promise;
Promise;
```
The release notes …
-
Deno tries to fetch postgres typescript types on each run and seems to fail.
```
❯ deno run --no-check --allow-env --allow-net --unstable main.ts
Download https://deno.land/x/postgresjs@v3.0.0/ty…
-
It seems realtime subscription is not working. I have set `wal_level=logical` and created publication `CREATE PUBLICATION alltables FOR ALL TABLES`
-
Hi @porsager !
Similar to #43, I'm also encountering similar `ECONNRESET` errors with a PostgreSQL service on Render.com, but with a very low number of connections:
```
Apr 27 10:22:53 PM node…
-
SQL is complete but ugly: everything is expressible, but nothing is reusable; simple ideas are complex to express; the language is verbose and lacks smart defaults. Malloy is immediately understandabl…