Skip to content

Prisma Client Dart v4.0.0-beta

Compare
Choose a tag to compare
@medz medz released this 17 Jan 03:17
· 290 commits to main since this release

To install Prisma Client Dart v4.0.0-beta run:

dart pub add orm:4.0.0-beta

Or update your pubspec.yaml file:

dependencies:
  orm: 4.0.0-beta

What's Changed

The first Beta version is released. This version is a major version. We will conduct a lot of testing on this version to ensure the stability of this version.
In addition, there are no actual code updates in this version, the documentation brings updates to the API Reference:

  1. Client API Reference
  2. Model Delegate API Reference