orm 5.0.5 orm: ^5.0.5 copied to clipboard
Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.
Prisma Dart v5.0.5 #
To install Prisma ORM for Dart v5.0.5 run this command:
dart pub add orm:^5.0.5
or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.5
What's Changed #
- Fixed
File name or extension too long
on Windows - #418 (ProcessException: File name or extension too long | ORM 5.0.4)
‼️Important Tips #
Please use Prisma CLI version 5.17.0
and do not upgrade to a higher version. The RAW protocol has been changed since version 5.18.0.
Prisma Dart is not yet adapted to the new protocol. If you do not use the RAW SQL function, you can upgrade with confidence.
Prisma Dart v5.0.4 #
To install Prisma ORM for Dart v5.0.4 run this command:
dart pub add orm:^5.0.4
or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.4
What's Changed #
bug
/generator
: Fixed<model>.fromJson
not handling time strings.
Prisma Dart v5.0.3 #
To install Prisma ORM for Dart v5.0.3 run this command:
dart pub add orm:^5.0.3
or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.3
What's Changed #
- bug: Fixed binary engine copy location error.
Full Changelog: https://github.com/medz/prisma-dart/compare/orm-v5.0.2+orm_flutter-v0.1.2...orm-v5.0.3
Prisma Dart v5.0.2 & Flutter integration 0.1.2 #
To install Prisma ORM for Dart v5.0.2 run this command:
dart pub add orm:^5.0.2
or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.2
FLutter integration:
dependencies:
orm_flutter: ^0.1.2
What's Changed #
- Generator regressed to previous version
- Prisma C-ABI query engine is provided by default in Flutter integration
- Flutter integration Android downloads Prisma C-ABI query engine in cmake script
Full Changelog: https://github.com/medz/prisma-dart/compare/orm-v5.0.1+orm_flutter-v0.1.1...orm-v5.0.2+orm_flutter-v0.1.2
Prisma Dart v5.0.1 & Flutter integration 0.1.1 #
To install Prisma ORM for Dart v5.0.1 run this command:
dart pub add orm:^5.0.1
or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.1
FLutter integration:
dependencies:
orm_flutter: ^0.1.1
What's Changed #
- Remove the
isProxy
forPrisma.validateDatasourceURL
utils. - When building the client, automatically download the Prisma C-ABI engine if
engineType
isflutter
.
Full Changelog: https://github.com/medz/prisma-dart/compare/orm-v5.0.0+orm_flutter-v0.1.0...orm-v5.0.1+orm_flutter-v0.1.1
Prisma Dart v5.0.0 & Flutter integration 0.1.0 #
To install Prisma ORM for Dart v5.0.0 run this command:
dart pub add orm:^5.0.0
or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.0
FLutter integration:
dependencies:
orm_flutter: ^0.1.0
"Prisma Dart v4 -> v5 & Flutter integration" Upgrade Guides
What's Changed #
- refactor: throws prisma client errors
- refactor(engine): Refactoring binary engines
- refactor(client): add base client and client options
- feat(client): add
env
support - feat(client): add logging
- refactor(Flutter integration): Refactoring the Flutter integration engine.
Full Changelog: https://github.com/medz/prisma-dart/compare/orm-v4.4.0...orm-v5.0.0+orm_flutter-v0.1.0