prisma-dart

Prisma Client Dart is an auto-generated type-safe ORM. It uses Prisma Engine as the data access layer and is as consistent as possible with the Prisma Client JS/TS APIs.

BSD-3-CLAUSE License

Stars
418
Committers
21

Bot releases are visible (Hide)

prisma-dart - Prisma Dart v5.0.3 Latest Release

Published by medz 4 months ago

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 - Prisma Dart v5.0.2 & Flutter integration 0.1.2

Published by medz 4 months ago

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.2+orm_flutter-v0.1.2...orm-v5.0.2+orm_flutter-v0.1.2

prisma-dart - Prisma Dart v5.0.1 & Flutter integration 0.1.1

Published by medz 4 months ago

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 - Prisma Dart v5.0.0 & Flutter integration 0.1.0

Published by medz 4 months ago

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

prisma-dart - orm_flutter-v0.0.6

Published by medz 5 months ago

What's Changed

Full Changelog: https://github.com/medz/prisma-dart/compare/orm_flutter-v0.0.1...orm_flutter-v0.0.6

prisma-dart - orm-v4.4.0

Published by medz 5 months ago

To install Prisma ORM for Dart v4.4.0 run this command:

dart pub add orm:4.4.0

or update your pubspec.yaml file:

dependencies:
  orm: ^4.4.0

What's Changed

Full Changelog: https://github.com/medz/prisma-dart/compare/orm-v4.3.0...orm-v4.4.0

prisma-dart - orm-v4.3.0

Published by medz 5 months ago

What's Changed

Full Changelog: https://github.com/medz/prisma-dart/compare/orm-v4.2.1...orm-v4.3.0

prisma-dart - orm-v4.2.1

Published by medz 5 months ago

Prisma Dart v4.2.1

To install Prisma ORM for Dart v4.2.1 run this command:

dart pub add orm:4.2.1

or update your pubspec.yaml file:

dependencies:
  orm: ^4.2.1

What's Changed

Full Changelog: https://github.com/medz/prisma-dart/compare/orm-v4.2.0...orm-v4.2.1

prisma-dart - orm_flutter-v0.0.1

Published by medz 5 months ago

prisma-dart - orm-v4.2.0

Published by medz 5 months ago

To install Prisma Client for Dart v4.2.0 run:

dart pub add orm:4.2.0

Or update your pubspec.yaml file:

dependencies:
  orm: ^4.2.0

What's Changed

prisma-dart - orm-v4.1.1

Published by medz 5 months ago

To install Prisma Client for Dart v4.1.1 run:

dart pub add orm:4.1.1

Or update your pubspec.yaml file:

dependencies:
  orm: ^4.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/medz/prisma-dart/compare/v4.1.0...orm-v4.1.1

prisma-dart - v4.1.0

Published by medz 6 months ago

What's Changed

Full Changelog: https://github.com/medz/prisma-dart/compare/v4.0.3...v4.1.0

prisma-dart - v4.0.3

Published by medz 7 months ago

What's Changed

Full Changelog: https://github.com/medz/prisma-dart/compare/v4.0.2...v4.0.3

prisma-dart - v4.1.0-beta.1

Published by medz 7 months ago

Models preliminary toJson support

https://pub.dev/packages/orm/versions/4.1.0-beta.1

prisma-dart - v4.0.2

Published by medz 7 months ago

What's Changed

Full Changelog: https://github.com/medz/prisma-dart/compare/v4.0.1...v4.0.2

prisma-dart - v4.0.1

Published by medz 8 months ago

What's Changed

Full Changelog: https://github.com/medz/prisma-dart/compare/v4.0.0...v4.0.1

prisma-dart - v4.0.0

Published by medz 8 months ago

To install Prisma Client Dart v4.0.0 run:

dart pub add orm:4.0.0

Or update your pubspec.yaml file:

dependencies:
  orm: 4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/medz/prisma-dart/compare/v3.1.2...v4.0.0

prisma-dart - Prisma Client Dart v4.0.0-beta.3

Published by medz 9 months ago

To install Prisma Client Dart v4.0.0-beta.3 run:

dart pub add orm:4.0.0-beta.3

Or update your pubspec.yaml file:

dependencies:
  orm: 4.0.0-beta.3

What's Changed

Credits

  • @lucasvaudey
  • @NeroSong
prisma-dart - Prisma Client Dart v4.0.0-beta.2

Published by medz 9 months ago

To install Prisma Client Dart v4.0.0-beta.2 run:

dart pub add orm:4.0.0-beta.2

Or update your pubspec.yaml file:

dependencies:
  orm: 4.0.0-beta.2

What's Changed

  1. Bug: Use relative paths to execute the engine.
prisma-dart - v3.4.8

Published by medz 9 months ago

  • Bug: query engine working on pwd is not the project root directory. #326