with one click
prisma-cli-studio
prisma studio. Reference when using this Prisma feature.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
prisma studio. Reference when using this Prisma feature.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
prisma db execute. Reference when using this Prisma feature.
prisma db pull. Reference when using this Prisma feature.
prisma db push. Reference when using this Prisma feature.
prisma db seed. Reference when using this Prisma feature.
prisma debug. Reference when using this Prisma feature.
prisma dev. Reference when using this Prisma feature.
| name | prisma-cli-studio |
| description | prisma studio. Reference when using this Prisma feature. |
| license | MIT |
| metadata | {"author":"prisma","version":"7.0.0"} |
Opens a visual database browser for viewing and editing data.
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 studio
Opens at http://localhost:5555
prisma studio --port 3000
prisma studio --browser firefox
BROWSER=none prisma studio
Useful for remote servers.
Run migrations:
prisma migrate dev
Seed data:
prisma db seed
Open Studio to verify:
prisma studio
Make manual edits if needed
Studio provides direct database access. Only run on: