Prisma Dart v5.0.1 & Flutter integration 0.1.1
medz
released this
09 Jun 07:46
·
117 commits
to main
since this release
To install Prisma ORM for Dart v5.0.1 run this command:
dart pub add orm:^5.0.1
or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.1
FLutter integration:
dependencies:
orm_flutter: ^0.1.1
What's Changed
- Remove the
isProxy
forPrisma.validateDatasourceURL
utils. - When building the client, automatically download the Prisma C-ABI engine if
engineType
isflutter
.
Full Changelog: orm-v5.0.0+orm_flutter-v0.1.0...orm-v5.0.1+orm_flutter-v0.1.1