orm-v4.4.0
To install Prisma ORM for Dart v4.4.0 run this command:
dart pub add orm:4.4.0
or update your pubspec.yaml
file:
dependencies:
orm: ^4.4.0
What's Changed
- fix(deps): update dependency webfetch to ^0.0.17 by @renovate in #383
- feat(client): support
createManyAndReturn
model delegate method by @medz in #386
Full Changelog: orm-v4.3.0...orm-v4.4.0