apps/blog/content/blog/studio-for-prisma-postgres-view-and-edit-your-data-online/index.mdx
Prisma Studio is now available in the Platform Console for Prisma Postgres databases. It’s the easiest way to explore and manipulate the data in your Prisma Postgres instance. Try it out now and let us know your feedback!
Prisma Studio is a database GUI that makes it easy to view and edit the data in your database. When using Prisma ORM, you can open it using the following command:
npx prisma studio
Traditional database GUIs can feel clunky and make the workflows for viewing and editing data more difficult than needed.
Prisma Studio provides a modern user interface that makes data accessible to a technical and non-technical audience alike.
Some key features of Prisma Studio are:
Previously, Prisma Studio had only been available locally when using Prisma ORM by running the npx prisma studio command. Now, Studio is available online for your Prisma Postgres instances directly in Console.
In case you’ve missed it: Prisma Postgres is our new database offering! It is based on a unikernel architecture and has unique benefits like zero cold starts, a generous free tier, out-of-the-box connection pooling, caching, real-time events and more. It’s completely free while it’s running in Early Access — try it out now!
Simply navigate to the new Studio tab in the sidebar of your project environment and start exploring your data:
If you’re not using Prisma Postgres, don’t sweat — Prisma Studio is coming to Console for other databases soon!
In the meantime, let us know on X and Discord what you think of Studio for Prisma Postgres and if there is anything else that you’d like to be able to do with it?
We look forward to hearing from you!