Skip to content

Prisma Dart v5.1.1

Latest
Compare
Choose a tag to compare
@medz medz released this 17 Sep 11:42
· 1 commit to main since this release

To install Prisma ORM for Dart v5.1.1 run this command

dart pub add orm:^5.1.1

Or update your pubspec.yaml file:

dependencies:
  orm: ^5.1.1

What's Changed

  • fix: primitive type fields cannot be nullable - #427