Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Prisma Studio | Visual Database Browser and Editor
[go: Go Back, main page]

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.

Prisma Studio interface showing a filterable table view of database records

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.

Prisma Studio interface showing local and collaborative 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.

Prisma Studio data exploration interface with highlighted filters

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.

Prisma Studio advanced filtering interface

Multiple tabs

Switch contexts instantly

Find exactly what you need with precise filtering. Combine filters and operators to surface records from complex data.

Prisma Studio with multiple tabs open

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.

Embedded Prisma Studio experience inside an app

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.

Explore Studio in Console

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