Parse any ORM, visualize ER diagrams, edit with AI, and export SQL โ all from VS Code or the browser.
Free forever for individuals ยท No account required
Paste your schema. See the relationships. Edit visually. Export to any format.
model User {
id Int @id @default(autoincrement())
email String @unique
name String?
role Role @default(USER)
posts Post[]
createdAt DateTime @default(now())
}
model Post {
id Int @id @default(autoincrement())
title String
content String?
published Boolean @default(false)
author User @relation(fields: [authorId])
authorId Int
}
enum Role {
USER
ADMIN
}The tablur.io VS Code extension watches your project files, auto-detects the ORM framework and programming language, and parses your entities into an interactive ER diagram โ all without leaving your editor.
No codebase? No problem. The web app lets you create schemas visually from the ground up, add tables and columns with AI, and export as SQL, ORM source code, or any supported format.
Go from code to a complete, shareable database diagram.
Powerful tools for every stage of your database design workflow.
First-class parsing for 8 ORMs across 4 languages. Auto-detection means zero configuration.
Skip the manual clicking. Tell the AI what you need and it builds the tables, columns, indexes, and relations for you. Available on Pro and Team plans with cloud AI.
Powerful new capabilities landing soon. Be the first to know when they launch.
Transparent pricing with no surprises. Upgrade when you are ready.
Design, document, and export schemas faster with tablur.io. Works in VS Code and the browser. No sign-up required.