From b0d3ed9ecf329af194e0f844561053c2a4855526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=B6llerer?= Date: Fri, 24 Apr 2026 17:18:27 +0200 Subject: [PATCH] maintenance: update docs for prisma studio compat --- content/clients/javascript/prisma.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/clients/javascript/prisma.md b/content/clients/javascript/prisma.md index 41fdadc..10d27ed 100644 --- a/content/clients/javascript/prisma.md +++ b/content/clients/javascript/prisma.md @@ -202,6 +202,16 @@ All users: [ ] ``` +## Prisma Studio + +To browse and edit your data visually, run: + +```shell +npx prisma studio +``` + +This opens a browser UI using the connection string from `.env`. + ## Known Limitations CedarDB's Prisma support is actively being developed. The following are known limitations: