🌐
Prisma
prisma.io › studio
Prisma Studio | Visual Database Browser and Editor
Take Studio for a spin with a local pre-seeded database and example project. Copy command · npx try-prisma@latest --template orm/starter \ && cd hello-prisma \ && npx prisma studio
🌐
GitHub
github.com › prisma › studio
GitHub - prisma/studio: 🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.
This repository is the OSS home of @prisma/studio-core, the package that powers Prisma Studio in Prisma CLI and Prisma Console. If you want to work on Studio itself, clone this repository and start the local demo: ... You do not need this repository to use npx prisma studio in a Prisma project.
Author   prisma
Discussions

`npx prisma studio` command doesn't work
> npx prisma studio npx: installed 600 in 14.459s ▸ studio is not a prisma command. ▸ Perhaps you meant list ▸ Run prisma help for a list of ▸ available commands. Get in touch if you need help: ... More on github.com
🌐 github.com
1
January 10, 2021
next.js - How to access prisma studio when the app is already deployed on heroku - Stack Overflow
I have a next.js app which im developing locally right now on development environment. Im calling on npm run dev my server and im running prisma studio with "dev": "next dev -p 3006 & npx prisma studio -p 3007", More on stackoverflow.com
🌐 stackoverflow.com
Is Prisma ORM free if I use it for my company's projects ?
Its free to use for commercial applications via the apache license. They just have additional upsells for commercial ise cases as well. The “free for jon-commerical” is simply one use case for it, not the only one. Their pricing is for their own data platform, not for the orm itself. More on reddit.com
🌐 r/node
18
16
June 17, 2023
¿Cómo usar Prisma Studio cuando mi app está desplegada?
Todavía puedes correr Prisma Studio localmente. Solo configura la URL de la base de datos a producción. More on reddit.com
🌐 r/nextjs
3
1
May 19, 2024
🌐
Prisma
prisma.io › home › getting started › getting started
Get started with Prisma Studio | Prisma Documentation
Learn how to install Prisma Studio, connect to your database, browse and edit records, and export to CSV or JSON. The visual database browser for Prisma projects.
🌐
npm
npmjs.com › package › @prisma › studio-core
prisma/studio-core
June 16, 2026 - This repository is the OSS home of @prisma/studio-core, the package that powers Prisma Studio in Prisma CLI and Prisma Console. If you want to work on Studio itself, clone this repository and start the local demo: ... You do not need this repository to use npx prisma studio in a Prisma project.
      » npm install @prisma/studio-core
    
Published   Jun 16, 2026
Version   0.31.2
🌐
npm
npmjs.com › package › @prisma › studio
prisma/studio
March 19, 2025 - Modern database IDE. Latest version: 0.511.0, last published: a year ago. Start using @prisma/studio in your project by running `npm i @prisma/studio`. There are 5 other projects in the npm registry using @prisma/studio.
      » npm install @prisma/studio
    
Published   Mar 19, 2025
Version   0.511.0
🌐
npm
npmjs.com › package › prisma
prisma - npm
1 week ago - Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.. Latest version: 7.9.1, last published: 17 hours ago.
      » npm install prisma
    
Published   Jul 27, 2026
Version   7.9.1
🌐
Prisma
prisma.io › blog › studio-for-prisma-postgres-view-and-edit-your-data-online
Studio for Prisma Postgres: View and Edit Your Data Online
December 4, 2024 - Prisma Studio is now available in the Platform Console for Prisma Postgres databases. It’s the easiest way to explore and manipulate the data in your Prisma Postgres instance.
🌐
Prisma
prisma.io › home › prisma studio › prisma studio › prisma studio › prisma studio
Prisma Studio | Prisma Documentation
If you don't have node:sqlite available in your runtime or prefer not to install better-sqlite3 as a hard dependency (it adds ~10MB), you can use npx to temporarily install the required packages: bun · pnpm · yarn · npm · bunx -p better-sqlite3 -p prisma prisma studio --url file:./my_file.db ·
Find elsewhere
🌐
GitHub
github.com › Prisma-Studio-GUI
Prisma Studio GUI - Visual Database Browser for Prisma Projects · GitHub
Learning Projects: Follow a Prisma Studio tutorial to understand Prisma Studio download options, Prisma Studio install steps, Prisma Studio setup patterns, and Prisma Studio documentation. Prisma Studio does not open? Check that npx prisma studio is running in the correct project folder and ...
🌐
Achromatic
achromatic.dev › home › blog › prisma studio: complete guide to visual database management
Prisma Studio: Complete Guide to Visual Database Management - Achromatic
January 8, 2025 - If you have Prisma set up, launching Studio takes one command: npx prisma studio · This opens Prisma Studio in your browser. That's it—no configuration needed. Node.js 16.13 or higher · Prisma installed in your project · A valid schema.prisma ...
🌐
Prisma
prisma.io › home › prisma cli reference › prisma cli reference › prisma cli reference
Prisma CLI reference | Prisma Documentation
CREATE NEW DATABASE: Local: npx prisma dev (runs Postgres locally in your terminal) Cloud: npx create-db (creates a free Prisma Postgres database) Then, define your models in `prisma/schema.prisma` and run `npx prisma migrate dev` to apply your schema.
🌐
MCP Servers
mcpservers.org › home › agent skills library › prisma-cli-studio
prisma-cli-studio | Agent Skills Library
npx skills add https://github.com/prisma/cursor-plugin --skill prisma-cli-studio · Download ZIPGitHub · 8 · Opens a visual database browser for viewing and editing data. prisma studio [options] Starts a web-based database GUI · View all your models and records ·
🌐
Prisma
prisma.io › home › prisma studio
Prisma Studio for Prisma Postgres | Prisma Documentation
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.
🌐
DEV Community
dev.to › dailydevtips1 › a-first-look-at-prisma-studio-1nmg
A first look at Prisma Studio - DEV Community
January 16, 2022 - Alternatively, you can download a native app from the Prisma website. Download the Prisma Studio app · Definitely cool we can launch a GUI without any setup needed. I will 100% use this if I need a quick visualization of my data.
🌐
Daily Dev Tips
daily-dev-tips.com › posts › a-first-look-at-prisma-studio
A first look at Prisma Studio
January 16, 2022 - Prisma Studio is a visual interface to the data in your database. You can use this to visualize data quickly and work with the data there. The cool part is that it runs in your browser, and you don’t need to set up any connection as it’s already available in your project. Note: You can download a desktop app as well if your prefer
🌐
GitHub
github.com › prisma › studio › issues › 606
`npx prisma studio` command doesn't work · Issue #606 · prisma/studio
January 10, 2021 - > npx prisma studio npx: installed 600 in 14.459s ▸ studio is not a prisma command. ▸ Perhaps you meant list ▸ Run prisma help for a list of ▸ available commands. Get in touch if you need help: ...
Author   prisma
🌐
Quickstart
quickstart.md › quickstarts › prisma
Prisma Quickstart - quickstart.md
February 3, 2026 - Explore your data visually with Prisma Studio: bash Copy · npx prisma studio 🔍 http://localhost:5555 → · 🚀 · You're now using Prisma! You've set up a database, defined a schema, and performed CRUD operations with type-safe queries. 🔍 · Explore your data with a visual editor 🔗 ·
🌐
Google Translate
translate.google.com › translate
Prisma Studio | Navegador y editor visual de bases de datos
Access Prisma Studio on your local machine during development, or in the Platform Console to collaborate on data with your team. Explore Studio in Console · Take Studio for a spin with a local pre-seeded database and example project. Copy command · npx try-prisma@latest --template orm/starter \ && cd hello-prisma \ && npx prisma studio