DatabasePrisma Studio

Prisma Studio

Learn about the various ways of using Prisma Studio, from running locally, to using it in VS Code to embedding it in your own application.

Overview

Prisma Postgres comes with Prisma Studio built-in. You can use it in several ways:

  • Run npx prisma studio --url "postgresql://user:password@localhost:5432/dbname" to use Studio locally on your machine (also works with any other database)
  • Find the Studio tab in your project in the Prisma Console to use Studio online
  • Install the Prisma VS Code extension to use Studio directly in VS Code
  • Embed Prisma Studio in your own app (e.g. as an admin dashboard)

If you want to use Prisma Studio with another database than Prisma Postgres, check the docs here.

On this page