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
8 changes: 0 additions & 8 deletions content/200-orm/400-tools/06-prisma-studio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@ Studio displays visual indicators for different field types in your database:

These visual cues help you quickly understand your data structure as Studio introspects it directly from your database.

## Working with relations

When your database tables have foreign key relationships, Studio provides tools to navigate and edit related data:

- Click on a relation field to view the related record
- Use relation selectors when creating or editing records to link to existing data
- Open related tables in separate tabs to work with connected data simultaneously

## Databases supported by Prisma Studio

Prisma Studio currently supports the following databases: PostgreSQL, MySQL, and SQLite.
Expand Down
Loading