← Back to Changelog

Prisma ORM v6.5.0: Rust to TypeScript update

v6.5.0
March 13, 2025
AccelerateOptimizeMCP

Prisma ORM v6.5.0: Rust to TypeScript update

image.png

Our ORM team is making progress on our transition from Rust to TypeScript. We've developed a migration plan and now have an initial prototype with benchmarks!

This quarter we will be keeping our momentum by releasing support for different databases one by one. You can read up on that in our latest ORM Roadmap.

🔒 Prisma ORM 6.5.0

Prisma ORM 6.5.0 has been released with two big items!

First, we no longer support the resetting of a database via the prisma migrate dev command. If a schema drift is detected, or if the migration is unable to be cleanly applied, we will print an error and suggest a workaround like the already existing prisma migrate reset command.

Second, we’re expanding the responsibilities of the new prisma.config.ts file to include Studio! Now, you’ll be able to run Prisma Studio backed by modern Prisma ORM features like driver adapters. Check out our Prisma Config docs to learn more.

✍️ New content in the Prismasphere