prisma-kysely
Advanced tools
Changelog
1.8.0
Changelog
1.7.1
Changelog
1.7.0
Changelog
1.6.0
Changelog
1.5.0
multiSchema
preview feature. (Thanks to @duniul 🇸🇪🪅)Changelog
1.4.2
744b666: Uses the value of fileName when no enumFileName provided. Previously now if you used a different fileName and you didn't provide enumFileName it put the database in the fileName and enums in types.ts.
Now imports GeneratedAlways only when needed. Previously it was always added, even if not needed which caused problems with the linter.
Changelog
1.4.1
Changelog
1.4.0
GeneratedAlways
through a new config parameter readOnlyIds
. The generated type file no longer includes and exports the Generated
generic.prisma-kysely
's enums in line with prisma-client-js
(Thank you @jvandenaardweg 🎉)