Now in beta

Visualize your database schema in seconds

Write DBML, see your schema come to life. Interactive diagrams, real-time collaboration, and one-click exports — all in your browser.

Schema Preview
users
id int pk
name varchar
email varchar
created_at timestamp
posts
id int pk
user_id int fk
title varchar
body text
comments
id int pk
post_id int fk
body text

Everything you need to design your database

A complete toolkit for database schema design, from writing DBML to sharing interactive diagrams with your team.

Interactive Diagrams

Drag, zoom, and explore your schema visually. Auto-layout powered by ELK arranges even complex schemas cleanly.

DBML Editor

Write DBML with syntax highlighting and instant preview. See your diagram update in real time as you type.

Team Collaboration

Invite teammates, organize diagrams into teams, and manage access with role-based permissions.

Export & Share

Export diagrams as high-resolution PNG or SVG. Share a link or embed your schema in documentation.

See it in action

Write DBML on the left, get a live diagram on the right. It's that simple.

app.easydbml.com
Editor
Table users {
id integer [pk, increment]
name varchar [not null]
email varchar [unique]
created_at timestamp
}
Table posts {
id integer [pk, increment]
user_id integer [ref: > users.id]
title varchar
content text
}
users
idint pk
namevarchar
emailvarchar
posts
idint pk
user_idint fk
titlevarchar

Simple, transparent pricing

Tired of per-month SaaS? We too. Flat fee for everyone. No hidden fees.

Simplest billing ever

Pro

For individuals and small teams

29€ /year
Get started
  • DBML editor with live preview
  • Auto-layout engine
  • PNG export (PDF coming soon)
  • Up to 10 diagrams and 3 teams
  • Team collaboration with up to 5 members

Enterprise

For larger organizations

Custom
Contact us
  • Everything in Pro
  • Unlimited everything
  • SSO / SAML integration
  • Priority support & SLA
  • Custom integrations, Self-Hosting