File tree Expand file tree Collapse file tree
content/250-postgres/300-database/675-prisma-studio Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ You can embed Prisma Studio in your own app in various scenarios:
3131 - A server-side application to expose the ` /studio ` endpoint (e.g. with Express or Hono)
3232 - A Prisma Postgres instance (you can create one with ` npx prisma init --db ` )
3333
34+ :::note
35+ The embeddable version of Prisma Studio will be available for other databases in combination with Prisma ORM soon.
36+ :::
37+
3438## Installation
3539
3640Install the npm package:
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ toc: true
1010
1111Prisma Postgres comes with Prisma Studio built-in. You can use it in several ways:
1212
13+ - Run ` npx prisma studio ` to use Studio locally on your machine (also works with any other database via Prisma ORM)
1314- Find the ** Studio** tab in your project in the [ Prisma Console] ( https://console.prisma.io ) to use Studio online
14- - Run ` npx prisma studio ` to use Studio locally on your machine
1515- Install the [ Prisma VS Code extension] ( https://marketplace.visualstudio.com/items?itemName=Prisma.prisma ) to use Studio directly in VS Code
1616- [ Embed Prisma Studio] ( /postgres/database/prisma-studio/embedding-studio ) in your own app (e.g. as an admin dashboard)
1717
You can’t perform that action at this time.
0 commit comments