Skip to content

Prisma Dart client v4.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@medz medz released this 03 Jan 08:33
· 334 commits to main since this release

To install Prisma Dart client v4.0.0-alpha.1 run:

dart pub add orm:4.0.0-alpha.1

Or update your pubspec.yaml file:

dependencies:
  orm: 4.0.0-alpha.1

What's Changed

  1. Refactor the entire client generator
  2. PrismaClient is now generated by the generator
  3. Ability to operate transactions on your own
  4. Use binary engine by default
  5. Supports full select and include features.