Inspect your project's schema
1 min · 3 steps
The Database tab renders your Prisma schema as a diagram (or cards) so you can see every model + relation at a glance.
Avery parses `prisma/schema.prisma` directly from disk on tab open — no migration step required. The diagram view (default) draws each model as a box with color-coded type pills + bezier connectors for foreign keys; dashed edges mean optional relations. Cards view is a tabular fallback for dense schemas.
Steps
- Open the Database tab.
Click 'Database' in the workspace tab strip.
- Choose Diagram or Cards.
Diagram is the default; switch to Cards from the sub-tab strip when the model count gets dense (>15 entities).
- Hover a model to highlight its connections.
Edges connected to the hovered model brighten so you can trace relations without zooming in.
Live recipes need the desktop
This article is a static preview. The in-app Help sidecar inside Avery NXR can fire each step against your live project — install the desktop to use it interactively.