A dynamic, interactive, and beautifully designed graph visualization tool for Prisma database schemas. Instantly turn your .prisma files into visual ER diagrams with live code parsing, node dragging, and multi-format exporting.
- Real-Time Parsing: Paste your Prisma schema code and immediately see the visual representation update.
- Interactive Canvas: Pan, zoom, and drag your models across an infinite canvas for perfect layout organization.
- Detailed Inspector: Click on any model, field, or enum to view specific details and relationships in the side inspector.
- Auto-Layout: Automatically arrange your database models into a pristine rectangular grid to minimize overlap.
- Smart Exports: Export your designed schema into multiple formats:
.prismasource code- PostgreSQL
schema.sql(with enum mappings and foreign keys) - TypeScript interfaces (
schema.ts) - Layout JSON to save and restore your node coordinates
- Dark & Light Mode: Beautiful, high-contrast themes optimized for extended reading and building.