Skip to content

Releases: drizzle-team/drizzle-prisma-generator

0.1.7

13 Aug 15:19
d7a5ab9
Compare
Choose a tag to compare
  • Removed .references()-type foreign keys due to generated constraint name mismatch
  • Fixed lack of SetDefault support on delete

0.1.6

08 Aug 18:08
1f3d4f8
Compare
Choose a tag to compare
  • Fixed lack of sql imports on uuid defaults

0.1.5

07 Aug 21:12
42fa8a9
Compare
Choose a tag to compare
  • Fixed postgres arrays breaking columns (issue #3)
  • Improved defaults

0.1.4

08 Jul 12:42
860c59d
Compare
Choose a tag to compare
  • Schema-accurate field names for relations (instead of db fkey names)

0.1.3

01 Jul 11:17
a5bb5d6
Compare
Choose a tag to compare
  • Case-insensitive type checking for built-in Prisma types

0.1.2

20 May 12:35
4c1afe7
Compare
Choose a tag to compare
  • Encased foreign key names in single quotes for consistency
  • Escaped quoted strings

Initial Release

15 May 14:32
4df43e8
Compare
Choose a tag to compare

First functional version