F
Forge
/Playground
PricingDocsDashboardSign in
Setup guide
Upload your Entity Relationship Diagram
The ERD tells Forge about your database tables, field names, types and relationships. It uses this to generate correct, schema-aware API calls.
Drop file here or browse
.json file
Have a screenshot instead?
Drop a PNG/JPG of your ER diagram — AI will extract the schema automatically.
How to export your ERD
dbdiagram.ioExport → Export to JSON
DBeaverER Diagram → File → Save as JSON
pgAdminERD Tool → File → Save
Prismanpx prisma db pull → convert schema.prisma
Djangopython manage.py graph_models --json
↓ Download sample ERD (LabTrace demo)