Prisma Studio
Explore and understand your data
A visual browser and editor for the data in your Prisma project. Work locally or team up inside the Prisma Console.
Quick access to your database
Connect to your Prisma Postgres database or bring your own. Prisma Studio now lives right in the Prisma Console.
No setup required
Skip installation and go straight to your data. Your whole team can access and collaborate in one place.
Real-time collaboration
Work together on the same database in real time, with no local setup or configuration.
Runs anywhere
Local or collaborative
Access your database anywhere. Work locally for fast development or use the Console for team collaboration. Move between solo and team workflows.
Data exploration
Understand your data
Browse your database visually with filters and search. Spot patterns and find what you need for debugging or schema changes, no SQL required.
Advanced filtering
Navigate complex relationships
Explore data relationships with clickable, model-aware navigation. See how your records connect so your team can understand the database structure.
Multiple tabs
Switch contexts instantly
Find exactly what you need with precise filtering. Combine filters and operators to surface records from complex data.
Embedded data editing
Embed in your own apps
When using Prisma Postgres, you can integrate Studio directly into your own applications to give your users a data editing experience.
See how Studio works
Access Prisma Studio on your local machine during development, or in the Prisma Console to collaborate on data with your team.
Try it out
Take Studio for a spin with a local pre-seeded database and example project.
npx try-prisma@latest --template orm/starter \
&& cd hello-prisma \
&& npx prisma studio