-
Hello, I just discovered this library and it seems really awesome especially combined with generated type definitions.
Currently I have a database structure where I do tenancy on a row basis, e.g e…
-
Hello, inspecting the implementation of postgres dialect and driver at https://github.com/koskimas/kysely/blob/fdc7b36c4823898ede69fe11959cb5bd695eeb94/src/dialect/postgres/postgres-driver.ts#L103 I d…
-
Hello,
I am attempting to use PlanetScale with Kysely and it is failing to connection due to an SSL issue.
Does Kysely support (Or have plans to support) SSL for MySQL?
I've found a previous ti…
-
Tried using kysely in an Astro edge env as a string builder for the new planetscale http client. Was able to work around with a nasty patch package lol. Literally just had to change the lock id for po…
-
A withGraph function that can automatically create join queries using a relations object defined on the Kysely instance. It would be similar to ObjectionJS's withGraphJoined.
This may not be the be…
-
Great library. Thanks. Taking the liberty to ping @jacobwgillespie since I'm mentioning [kysely-planetscale](https://github.com/depot/kysely-planetscale) below.
I'm using PlanetScale with their [se…
-
How do i apply searchpath to my postgres connection?
https://www.postgresql.org/docs/current/ddl-schemas.html#DDL-SCHEMAS-PATH
Regards,
Pratik Parikh
-
I have an existing project (using knex) with tons of migrations and seeds. Is there some way to migrate to kysely seamlessly? Either by reading the current DB schema and creating an initial migration,…
-
I use `MySQL` dialect. After I insert a new record and want to get this record by the getter from the `InsertResult` constructor, I see `TypeScript` error ` **Type 'undefined' is not assignable to typ…
-
I did a small performance comparison with the standard MySQL connection and the new driver in a lambda function. (using [this](https://github.com/depot/kysely-planetscale))
I found that when using …