-
Hey 👋
Thank you @porsager for the impressive work on this library! ❤️
People have been requesting [Kysely](https://github.com/kysely-org/kysely) support for postgres.js for a few months now du…
-
I'm trying to write a soft delete plugin. I managed to make it transform select queries by adding `where deleted_at is null` to all tables used in a query. I still need to add some table name filters …
-
Any chance this dialect could allow for optionally passing in a `sql` instance, rather than having the dialect always create it?
The use case here is for when other libraries also need the sql inst…
-
I am getting this error.
My setup is same as given in the readme example. I am using RDS proxy on AWS.
ERROR Uncaught Exception {"errorType":"TypeError","errorMessage":"Cannot read properties of …
-
Thanks for your great work!
I'm writing a dialect for Kysely, that needs get `lastInsertRowid`, `changes` and rows when the sql have `returing`, but in my current(v0.8.0) try:
```ts
import sqli…
-
It is not working with Next.js 13, I have documented it here:
https://github.com/panaverse/learn-nextjs/tree/main/step12_serverless_databases/relational/step01_typed_sql
-
I'm not sure if this is even the right repo to bring this up in. I talked to the guys at Kysely originally, who pointed me here. I have a table like this:
```sql
CREATE TABLE example (
id SERIA…
-
I'm not sure if this is even the right repo to bring this up in, but I have a table like this:
```sql
CREATE TABLE example (
id SERIAL,
date DATE
);
```
Then from deno I'm doing this:
…
-
### Describe the bug
When attempting to download demos from Valve directly (not FaceIT), it fails to download.
### Demo links
_No response_
### Steps to reproduce
1. Start the applicati…
-
Hi all, thanks for such a great library!
I am currently using Kysely `v0.26.1` with the Postgres Dialect.
On this version I am able to create handy little reusable `selections` which I can pass …