Skip to content

ZenStack Release v1.0.0-alpha.60

Compare
Choose a tag to compare
@ymc9 ymc9 released this 07 Mar 07:05
· 801 commits to main since this release
d0bb796

What's Changed

  • Added support for Prisma type modifier attributes, like @db.Text, @db.Date etc. #236
  • Added support for multi-field @@id #238
  • Added support for self-relations #237
  • Added two attributes that passthrough text to Prisma schema as attributes: @prisma.passthrough, @@prisma.passthrough