AI-Powered Schema Visualization

Stop reading schemas.
Start seeing them.

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

8
ORM frameworks
4
SQL dialects
7+
Export formats
2
Platforms

From ORM code to ER diagram in seconds

Paste your schema. See the relationships. Edit visually. Export to any format.

schema.prisma
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
}
ER Diagram
1:N
User
๐Ÿ”‘idInt
emailStringUQ
nameString?
roleRole
createdAtDateTime
Post
๐Ÿ”‘idInt
titleString
contentString?
publishedBoolean
๐Ÿ”—authorIdIntFK
RoleENUM
USER
ADMIN
VS Code Extension

Your schema, live inside
your editor

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.

  • Auto-detects Prisma, TypeORM, Django, SQLAlchemy & more
  • Parses entities, columns, types, relations automatically
  • Edit visually or with AI โ€” code updates in real time
  • File watcher refreshes diagram on every save
tablur.io โ€” schema.prisma
User
id
email
name
role
Post
id
title
authorId
app.tablur.io/editor
Entities
User
Post
Comment
Tag
Export
SQL
PNG
Mermaid
User
id
email
name
Post
id
title
authorId
Web Application

Design schemas from
scratch in the browser

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.

  • Create a schema from scratch โ€” no code required
  • AI assistant builds tables from natural language
  • Export SQL DDL, ORM files, PNG, SVG, Mermaid & more
  • Sync schemas with VS Code extension seamlessly

Three steps. Zero friction.

Go from code to a complete, shareable database diagram.

STEP 01
Paste or import your code
Drop a Prisma schema, TypeORM entities, or any supported ORM file. tablur.io auto-detects the framework and language instantly.
STEP 02
Visualize & edit interactively
Your schema appears as draggable ER diagram cards. Click to edit columns, or use AI chat to make changes with natural language.
STEP 03
Export or sync back to code
Generate SQL DDL, ORM source files, image exports, or schema docs. Your changes sync back to the codebase automatically.

Everything your schema needs

Powerful tools for every stage of your database design workflow.

Visual Schema Editor
Drag-and-drop entity cards with real-time relationship lines. Column-level hover highlighting across your entire diagram.
AI Schema Assistant
Type "add a users table with email and role" and watch it appear. Powered by cloud AI on Pro and Team plans.
SQL & Code Generation
Export production-ready DDL for PostgreSQL, MySQL, SQLite, MSSQL โ€” or generate ORM source code from your diagram.
Bidirectional Sync
Edit the diagram, your source code updates. Edit the code, the diagram refreshes. Always in sync โ€” never out of date.
Export Anywhere
PNG, SVG, Mermaid, DBML, PlantUML, SQL, JSON, and schema documentation โ€” share with your team or import into any tool.
Cross-Platform Sync
Seamlessly sync schemas between VS Code extension and web app. Start in the editor, continue in the browser โ€” or vice versa.

Works with your stack

First-class parsing for 8 ORMs across 4 languages. Auto-detection means zero configuration.

PrismaTypeScript
TO
TypeORMTypeScript
DrizzleTypeScript
SequelizeJavaScript
SQLAlchemyPython
D
DjangoPython
HibernateJava
EF
Entity FrameworkC#
PrismaTypeScript
TO
TypeORMTypeScript
DrizzleTypeScript
SequelizeJavaScript
SQLAlchemyPython
D
DjangoPython
HibernateJava
EF
Entity FrameworkC#
AI-Powered

Design schemas with
natural language

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.

  • โ†’"Add a users table with email, name, and role"
  • โ†’"Create a one-to-many between users and posts"
  • โ†’"Add a unique index on email"
  • โ†’"Rename the title column to headline"
U
Add a comments table with body, userId, and postId
AI
Added Comment model with 5 columns: โ€ข id (Int, PK, auto-increment) โ€ข body (Text) โ€ข userId (Int, FK โ†’ User) โ€ข postId (Int, FK โ†’ Post) โ€ข createdAt (DateTime)
U
Make body nullable and add a rating column (1-5)
AI
Done. Updated body to nullable, added rating (Int) column with check constraint.
Coming Soon

What we are building next

Powerful new capabilities landing soon. Be the first to know when they launch.

Coming Soon
Database Review System
Submit your schema for automated peer review. Get actionable feedback on normalization, naming conventions, indexing strategy, and relationship design โ€” before you ship.
Coming Soon
AI Risk Analyser
Automatically detect schema anti-patterns, missing indexes, N+1 traps, orphan tables, and data integrity risks. Get severity ratings and one-click fixes powered by AI.

Start free. Scale with your team.

Transparent pricing with no surprises. Upgrade when you are ready.

Free
$0forever
For individuals
3 projects, 25 entities
3 ORM parsers
PNG export
VS Code extension
Community support
Try Free
Most Popular
7 DAYS FREE
Pro
$12/month
Power users
No credit card required. Full access to all Pro features.
25 projects, unlimited entities
All 8 ORM parsers
300 AI messages/month
Cloud sync & version history
Priority support
Start 7-Day Free Trial
Team
$29/seat/mo
Collaboration
Everything in Pro
Unlimited projects & snapshots
1,000 AI messages/seat
Team collaborations
Review comments
Get Started

Ready to visualize your database?

Design, document, and export schemas faster with tablur.io. Works in VS Code and the browser. No sign-up required.