Prisma Dart v5.1.1
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
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