|
|
|
|
|
by LewisJEllis
1248 days ago
|
|
I see a kysely + kysely-codegen (generates types from DB schema) setup as comparable to Prisma in TS integration, with the added flexibility/closeness-to-SQL of the querybuilder. If you: - have used/liked Knex (or similar querybuilders) before - like the TS integration + type safety of Prisma - but find Prisma to be a bit too magic/heavy with its query engine and schema management - and/or just want to be closer to SQL then Kysely is what you're looking for. |
|