-
We're planning to use several postgres features that aren't well supported by Prisma, so we should investigate alternative sql query builders that will let us work with materialized views and json col…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `kysely@0.26.3` for the project I'm working on.
Whe…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
I'm seeing a flood of circular dependency warni…
-
Hi, when I upgrade my project to 0.29.0 or later (with all other solid/solidstart dependencies being on the latest versions - also i'm using the cloudflare adapter with wrangler and it's all running i…
-
### Description
Hey 👋
Great library! 🥇
and thanks for `adapter-kysely`!
I think the docs should mention you can use kysely for data access & manage schemas/migrations with:
- Prisma + [pris…
-
This is a feature request rather than an issue with Kysely.
It would be nice to have the ability to _compile_ the migrations to raw SQL that can then be applied to a DB at a later point. Other proj…
-
Given the following prisma schema model field:
```
foo Bar[] @default([])
```
it generates the following kysely types
```ts
foo: Generated[];
```
we expected
```ts
fo…
-
Not every user knows about branded IDs or wants the extra check through type guards. Kanel should have a option to generate the ID column as any other column, without a TableNameID.
-
Hi!
Thanks for this library, just found it but it's very useful. I might be doing something wrong but I'm having problems with Dates. I'm using postgress. I have a model in prisma:
```
model Devi…
-
### Description 📓
Hello,
[Kysely](https://github.com/koskimas/kysely) is a new minimal ORM that I have been playing around with it and really like it.
Was just wondering, would you like to have…