Prisma Dart client v4.0.0-alpha.1
Pre-release
Pre-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
- Refactor the entire client generator
PrismaClient
is now generated by the generator- Ability to operate transactions on your own
- Use binary engine by default
- Supports full select and include features.