Skip to content

Commit 1530527

Browse files
nikolasburkjlecordier
authored andcommitted
clarify studio usage orm vs ppg (prisma#7001)
1 parent eac9854 commit 1530527

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

content/250-postgres/300-database/675-prisma-studio/100-embedding-studio.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3640
Install the npm package:

content/250-postgres/300-database/675-prisma-studio/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ toc: true
1010

1111
Prisma 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

0 commit comments

Comments
 (0)