Skip to content

Prisma Dart v5.0.5

Compare
Choose a tag to compare
@medz medz released this 04 Sep 06:48
· 100 commits to main since this release

To install Prisma ORM for Dart v5.0.5 run this command:

dart pub add orm:^5.0.5

or update your pubspec.yaml file:

dependencies:
  orm: ^5.0.5

What's Changed

Full Changelog: orm-v5.0.4...orm-v5.0.5

‼️Important Tips

Please use Prisma CLI version 5.17.0 and do not upgrade to a higher version. The RAW protocol has been changed since version 5.18.0.

Prisma Dart is not yet adapted to the new protocol. If you do not use the RAW SQL function, you can upgrade with confidence.