Prisma Dart v5.0.5
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
- Fixed
File name or extension too long
on Windows - #418 (ProcessException: File name or extension too long | ORM 5.0.4)
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.