Paste SQL DDL or upload a .sql file to generate an ER diagram. Best support is for common CREATE TABLE,PRIMARY KEY, and FOREIGN KEY patterns.
Diagram will appear here.
erDiagram
users {
UUID id PK
VARCHAR(255) email
VARCHAR(120) name
TIMESTAMP created_at
}
projects {
UUID id PK
UUID owner_id
VARCHAR(200) title
}
tasks {
UUID id PK
UUID project_id
UUID assignee_id
VARCHAR(200) title
VARCHAR(50) status
}
users ||--o{ projects : "owner_id -> id"
projects ||--o{ tasks : "project_id -> id"
users ||--o{ tasks : "assignee_id -> id"Need more than a template?
Ship production-ready developer tooling, integrations, and workflows tailored to your stack.
Contact →