Prisma ORM v6.3.0: Prisma Studio returns to Console
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
limitthe rows affected byupdateMany()anddeleteMany() generatorfields are now sorted deterministically (no more random changes!)- Replaced
NOT INwithNOT EXISTSin 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:
- What join strategy should I use when? Wait… what even is a join strategy? Thankfully Niko has us covered.
- Prisma is doing WHAT?! You heard right: Prisma ORM is moving on from our Rust query engine. Read the latest on our progress!
- Working with JSON fields in Prisma ORM. This great video from Ryan shows how you can best use JSON fields in your models
- Prisma migrations step-by-step. Ever wondered how to best tackle Prisma migrations? We’ve got you.
- How to get the best out of Cursor. LLM-augmented IDEs are all the rage and we’ve got a guide on how best to utilize the power of Cursor to help in your Prisma ORM projects!
- Real-time with Prisma Postgres and Cloudflare. This guide covers starting from scratch and building a real-time app with Hono, Cloudflare Workers, and Prisma Postgres.
And much more! Be sure to check out our X, BlueSky, and YouTube accounts for all the latest content.