Prisma Dart v5.2.1 & Flutter Integration v0.4.0 #446
medz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To install Prisma ORM for Dart v5.2.1 run this command
Otherwise, update your
pubspec.yaml
file:Flutter Integration upgrade to v0.4.0
What's New
Optimizations
Now
orm_flutter
no longer implements the engine itself, but forwards platform-specific engine implementations.Implemented
orm_flutter_ffi
for Prisma query engine (CABI) implementation:orm_flutter_android
: Dynamic library for Android platform.orm_flutter_ios
: Dynamic library for iOS platform.Note
Now, it has become universal, and is expected to enable better integration with macOS, Windows, Linux, and the Web in the future.
The most important thing is that the integration method of the Android platform has been optimized. Previously, cmake was used to dynamically download the engine when running
flutter run
orflutter build
. Now the engine is included in the integrated specific platform, which greatly speeds up the compilation speed without additional network requirements.This discussion was created from the release Prisma Darr v5.2.1 & Flutter Integration v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions