prisma-generator-kysely
prisma-generator-kysely copied to clipboard
### Bug The issue with the Prisma model and Prisma-generator-kysely arises when using the @@Map directive. When using @@Map, the Prisma-generator-kysely does not output types properly. Instead of using the...
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 3.12.0 to 4.11.0. Release notes Sourced from @βprisma/client's releases. 4.11.0 π Help us spread the word about Prisma by starring the repo or tweeting about the release....
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 3.12.0 to 4.11.0. Release notes Sourced from prisma's releases. 4.11.0 π Help us spread the word about Prisma by starring the repo or tweeting about the release....
Bumps [@prisma/generator-helper](https://github.com/prisma/prisma/tree/HEAD/packages/generator-helper) from 3.12.0 to 4.11.0. Release notes Sourced from @βprisma/generator-helper's releases. 4.11.0 π Help us spread the word about Prisma by starring the repo or tweeting about the release....
Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.8.4. Release notes Sourced from prettier's releases. 2.8.4 π Changelog 2.8.3 Support Angular 15.1 π Changelog 2.8.2 π Changelog 2.8.1 π Changelog 2.8.0 diff π...
Currently `prisma-generator-kysely` ignores default values, creating invalid `__insert__` types. This causes tables that use common defaults like `autoincrement()` not to work. **Example Schema** ``` model User { id Int @id...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.9.5. Release notes Sourced from typescript's releases. TypeScript 4.9.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...