Releases: fdarian/prisma-generator-drizzle
Releases · fdarian/prisma-generator-drizzle
v0.5.0
What's Changed
- Support for SQLite by @farreldarian in #6
- Optimize Performance by @farreldarian in #7
Misc
- Remove Premature Abstraction by @farreldarian in #5
Full Changelog: v0.4.3...v0.5.0
v0.4.3
What's Changed
- Handle many-to-many join (or m-n) table by @farreldarian in #4, thanks @jjrise for the heads up
Full Changelog: v0.4.2...v0.4.3
v0.4.1
Improvements and Fixes
- Fixed disambiguating relation
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Improvements & Fixes
- Update log message
- Update README
- Add MySQL support
- Support for
.$type<..>()
generation
Full Changelog: v0.3.0...v0.4.0
v0.2.0
Changes
- Support for relational query
- Fix
bigint
column 128d7eb
- Support for
notNull()
- Support for
primaryKey()
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release of prisma-generator-drizzle, compatible with Postgres only and ready for query usage. It works with a simple Prisma schema that does not override the defaults.