Skip to content

ORM v5.3.0

Latest
Compare
Choose a tag to compare
@medz medz released this 08 Jan 02:31
· 2 commits to main since this release

To install Prisma ORM for Dart v5.3.0 run this command

dart pub add orm:^5.3.0

Otherwise, update your pubspec.yaml file:

dependencies:
  orm: ^5.3.0

What's New

  • feat: support updateManyAndReturn
  • engine: upgrade prisma-engines to 6.2.0