|
|
|
|
|
by igalklebanov
1099 days ago
|
|
Kysely has community projects that offer Database interface auto-generation. kysely-codegen can introspect all core dialects.
prisma-kysely can generate straight from Prisma schemas. We recommend using these in production apps. You could verify everything is aligned in your CICD workflows. |
|