Avery.Software — Native Execution Runtime
RuntimeUse casesPricingHelpBlog
← Back to helpconcept · projects

Read the database schema as a diagram

1 min

Database tab → Schema sub-view shows your Prisma models as connected boxes.

The Schema sub-view (`Database` tab → first sub-tab) renders every Prisma model as a CSS-grid box with its fields. Foreign-key relations draw as bezier edges between models; optional relations are dashed.

For schemas above ~12 models the diagram gets cluttered — the Cards sub-view is a fallback that lists models textually with the same field info.

When does this get out of date? Never — it parses your live `prisma/schema.prisma` every render. Edit the schema, run `pnpm prisma db push`, the diagram reflects the change immediately.


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.

Download desktop →