-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add notes about studio #6441
base: main
Are you sure you want to change the base?
add notes about studio #6441
Conversation
Dangerous URL checkNo absolute URLs to prisma.io/docs found. |
Redirect checkThis PR probably requires the following redirects to be added to static/_redirects:
|
Deploying docs with Cloudflare Pages
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 27%, saving 230.63 KB.
155 images did not require optimisation. |
@@ -165,6 +165,9 @@ Prisma ORM comes with a built-in GUI to view and edit the data in your database. | |||
npx prisma studio | |||
``` | |||
|
|||
With Prisma Postgres, you can also directly use Prisma Studio inside the [Console](https://console.prisma.io) by selecting the **Studio** tab in your project. | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
With Prisma Postgres, a hosted version of [Prisma Studio](/orm/tools/prisma-studio) is available for you in of your project. Select the **Studio** tab in the left-hand navigation to view and edit your data: | ||
|
||
![](/img/ppg-studio.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer to see alt text here, but not required.
No description provided.