orm-v5.1.0 #426
medz
announced in
Announcements
orm-v5.1.0
#426
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.1.0 run this command
Or update your
pubspec.yaml
file:What's Changed
$raw.query
returns the correct data type front, instead ofdynamic
.$raw.execute
now returns the number of rows affected as anint
.QueryRaw performance improvements
We’ve changed the response format of queryRaw to decrease its average size which reduces serialization CPU overhead.
When querying large data sets, we expect you to see improved memory usage and up to 2x performance improvements.
Starting from version v5.1.0, only Prisma CLI v5.17.0 or higher is supported!
This discussion was created from the release orm-v5.1.0.
Beta Was this translation helpful? Give feedback.
All reactions