Setting the file. One moment.
Subchapter 1.19
references/studio.mdMarkdown3 KBView on GitHub
prisma studio [options]| Option | Description | Default |
|---|---|---|
--port / -p | Port to start Studio on | 5555 |
--browser / -b | Browser to open Studio in | System default |
--config | Custom path to your Prisma config file | - |
--url | Database connection string (overrides the one in your Prisma config) | - |
prisma studioprisma studio --port 3000prisma studio --browser firefoxBROWSER=none prisma studioUseful for remote servers.
Recent Prisma Studio releases added richer editor workflows:
Some recent builds also expose AI-assisted SQL authoring. Treat these as interactive Studio features rather than a replacement for checked-in migrations or application queries.
Run migrations:
prisma migrate devSeed data:
prisma db seedOpen Studio to verify:
prisma studioMake manual edits if needed
Studio provides direct database access. Only run on: