-
Hi, I am really liking this library - thank you to all the supporters.
I am adding Kysely to an existing project. The database is MySQL and the tables have been organized into several different sc…
-
Besides generating `T` & `TWithDefault`, generate schema type/interface like this:
```ts
export type Schema = { // this name could contain database name mby?
user: { normal: User; withDefaults:…
-
TAU:lla ongelmana, että kurssille tulee tällöin jokaisen opintojakson kysymykset
-
The command `kysely-codegen` is crashing in my environment (at least when adding a flag like `--url=env\(DATABASE_CONNECTION_STRING\)`).
`kysely-codegen` shouldn't crash if `.env` file doesn't exis…
-
It seems kysley has changed over the years, I haven't used it in a while and I'm rusty. The main reason I appreciated it is that it allowed me to define my DB as code in objects. One serious issue wit…
-
**Describe the bug**
error when click ChatGPT Login button:
![image](https://user-images.githubusercontent.com/3350573/236863257-ce563bf2-5695-4d8b-b59e-757d1e9acd7e.png)
**To Reproduce**
Step…
xqyi updated
6 months ago
-
I am trying to use Kysely as a query builder and prisma for migration
Prisma Model
```
model User {
id Int @id @default(autoincrement())
name String?
email String @…
-
I'm trying to figure out how to apply migrations to d1 database using jest-environment-miniflare.
I have a config like this:
```
testEnvironment: 'miniflare',
testEnvironmentOptions: {
…
-
Kysely supports `LEFT JOIN LATERAL` and `INNER JOIN LATERAL`, but doesn't support [lateral subqueries](https://www.postgresql.org/docs/current/queries-table-expressions.html#QUERIES-LATERAL) of the sy…
-
https://github.com/aidenwallis/kysely-d1/blob/ba48112890fd91035fb51b93dc1301e9f8e4329d/src/index.ts#L104
### Context
For a few hours I am trying to debug a non trivial problem
```
D1_ERROR:…