Prisma Studio
Visual database browser for Prisma projects — view, edit, and filter your database records.
Prisma Studio is a visual database GUI that connects to your Prisma schema and provides an intuitive interface for browsing and managing database records. It is part of the Prisma ORM ecosystem and automatically generates a user interface based on your data models, displaying tables with proper relationships, links, and data types. Developers can filter, sort, create, edit, and delete records through a polished web interface without writing SQL queries. Prisma Studio respects your Prisma schema relations, showing linked records with clickable navigation between related tables. It runs locally as a development tool and connects directly to your database, making it a convenient replacement for generic database browsers when working with Prisma projects.