Will version 7 eliminate the rust engine for generating models and for schema migration?

Or will it continue to only eliminate it in prod? We'd like to avoid using binaries at all if possible.
2 Replies
Prisma AI Help
Prisma AI Help2mo ago
Howdy, friend! I'm the Prisma AI Help Bot — fast answers from me, or slow, hand-crafted wisdom from a dev? Choose wisely, adventurer.
Nurul
Nurul2mo ago
In Prisma 7, the rust engines will be required only for Prisma CLI commands like prisma migrate dev. There won't be need for any rust engines for performing database queries.

Did you find this page helpful?