Skip to content

Releases: fdarian/prisma-generator-drizzle

v0.5.0

31 Dec 06:46
Compare
Choose a tag to compare

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

29 Dec 03:33
Compare
Choose a tag to compare

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.2

27 Dec 10:13
Compare
Choose a tag to compare

Improvements and Fixes

  • Fix unique disambiguating relation 34a5612

Full Changelog: v0.4.1...v0.4.2

v0.4.1

26 Dec 15:25
Compare
Choose a tag to compare

Improvements and Fixes

  • Fixed disambiguating relation

Full Changelog: v0.4.0...v0.4.1

v0.4.0

24 Dec 19:24
Compare
Choose a tag to compare

Improvements & Fixes

  • Update log message
  • Update README
  • Add MySQL support
  • Support for .$type<..>() generation

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Dec 05:16
Compare
Choose a tag to compare

New Features

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Dec 05:21
Compare
Choose a tag to compare

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

16 Dec 10:41
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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.