Skip to content

0.11.0

Compare
Choose a tag to compare
@Weakky Weakky released this 09 Mar 10:38
· 151 commits to master since this release
dd6cae3

Features

BREAKING CHANGES:

  • You must use @prisma/client Preview 23 or higher

Partial Prisma2 Preview 23 support

We do not support yet a lot of the new Prisma2 features. These includes:

  • Models without IDs
  • Composite primary keys
  • Composite unique indexes / constraints

We however support the new query batching done by the Prisma Client.