← Back to Changelog

Prisma ORM v6.3.0: Prisma Studio returns to Console

v6.3.0
January 30, 2025

Prisma ORM v6.3.0: Prisma Studio returns to Console

We’ve released a new version of Prisma Studio! This version is packaged with Prisma ORM 6.3.0 and also marks the triumphant return of Prisma Studio in the Console.

Be sure to check out our blog post for all the details, but here’s a shortlist:

  • Prisma Studio inside of the Platform Console allows you to view and modify your data
  • Swapping from model to model is a breeze thanks to our model sidebar
  • Editing multiple fields in a row is even easier with a new record editor
  • You can now close all your opens swiftly with a single click of the new “Close all” button

These changes are live for databases connected to the Prisma Data Platform and for projects using Prisma ORM 6.3.0. Just use npx prisma studio!

📊 Prisma ORM v6.3.0 released

Alongside Prisma Studio updates, Prisma ORM 6.3.0 comes with some quality of life fixes that should make your experience even better.

  • You can now limit the rows affected by updateMany() and deleteMany()
  • generator fields are now sorted deterministically (no more random changes!)
  • Replaced NOT IN with NOT EXISTS in relation filters

As always, check out the release notes for all the details.

🫣 Preview features no longer uncertain

In our ORM Manifesto we noted that we had several Preview features that have gone stale with no updates in several years. We’re happy to report that our ORM team has gone through the existing features and their implementations and provided a plan on our GitHub on how they will be tackled!

As a reminder, once a feature enters Preview, we plan to retire or promote that feature within the next three month period.

✍️ New content in the Prismasphere

We’re busy writing to make sure that your Prisma experience is the best it can be. Here’s what we’ve been cooking up:

And much more! Be sure to check out our X, BlueSky, and YouTube accounts for all the latest content.