Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/clients/javascript/prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down