Skip to content

Prisma Dart v5.0.0 & Flutter integration 0.1.0

Compare
Choose a tag to compare
@medz medz released this 06 Jun 20:18
· 132 commits to main since this release

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

dart pub add orm:^5.0.0

or update your pubspec.yaml file:

dependencies:
  orm: ^5.0.0

FLutter integration:

dependencies:
  orm_flutter: ^0.1.0

"Prisma Dart v4 -> v5 & Flutter integration" Upgrade Guides

What's Changed

  • refactor: throws prisma client errors
  • refactor(engine): Refactoring binary engines
  • refactor(client): add base client and client options
  • feat(client): add env support
  • feat(client): add logging
  • refactor(Flutter integration): Refactoring the Flutter integration engine.

Full Changelog: orm-v4.4.0...orm-v5.0.0+orm_flutter-v0.1.0