orm 5.0.1 copy "orm: ^5.0.1" to clipboard
orm: ^5.0.1 copied to clipboard

Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.

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 for Prisma.validateDatasourceURL utils.
  • When building the client, automatically download the Prisma C-ABI engine if engineType is flutter.

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

213
likes
0
pub points
88%
popularity

Publisher

verified publisherodroe.dev

Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.

Homepage
Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

github.com
opencollective.com

License

unknown (license)

Dependencies

code_builder, dart_style, decimal, json_rpc_2, path, rc, recase, stream_channel, webfetch, yaml

More

Packages that depend on orm