orm 5.0.7 orm: ^5.0.7 copied to clipboard
Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.
v5.0.7 #
To install Prisma ORM for Dart v5.0.7 run this command
dart pub add orm:^5.0.7
Or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.7
v5.0.6 #
To install Prisma ORM for Dart v5.0.6 run this command
dart pub add orm:^5.0.6
Or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.6
What's Changed #
- deps: Upgrade the Dart SDK min version to
^3.4.0
- deps: Upgrade
path
package version to^1.9.0
- deps: Upgrade
code_builder
package version to^4.10.0
- docs: Fixed generate via bun command for setup doc
- fix: Error of restarting the engine every time a query is made