You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to make this work with Kysely, which is built around node-postgres but it looks like the API differs quite significantly, mainly in that no query method exists on the PoolClient.
I was a little confused by that, because this repo states
deno-postgres is being developed based on excellent work of node-postgres and pq.
Anyone happen to know a way to make deno-postgres work with Kysely?
The text was updated successfully, but these errors were encountered:
I was trying to make this work with Kysely, which is built around node-postgres but it looks like the API differs quite significantly, mainly in that no
query
method exists on thePoolClient
.I was a little confused by that, because this repo states
Anyone happen to know a way to make
deno-postgres
work with Kysely?The text was updated successfully, but these errors were encountered: