Prisma Studio

Visual database browser for Prisma projects — view, edit, and filter your database records.

Category: db-toolFirst released: 2020Created by: PrismaLicense: Apache-2.0Platforms: macOS, Linux, Windows, Web

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.

Links

Key Features

Auto-generated UI from schemaRecord viewing, editing, and filteringRelation navigationSchema-aware data typesLocal development toolNo SQL knowledge requiredPrisma ecosystem integration