Database Schema Visualizer

Explore database schemas with multiple view modes and search functionality

100%

users

6 columns
id
PK
integer
username
UQNN
varchar(50)
email
UQNN
varchar(100)
password_hash
NN
varchar(255)
created_at
timestamp
updated_at
timestamp

posts

9 columns
id
PK
integer
user_id
FK
integer
title
NN
varchar(200)
slug
UQNN
varchar(200)
content
text
status
varchar(20)
published_at
timestamp
created_at
timestamp
updated_at
timestamp

comments

5 columns
id
PK
integer
post_id
FK
integer
user_id
FK
integer
comment
NN
text
created_at
timestamp

tags

3 columns
id
PK
integer
name
UQNN
varchar(50)
slug
UQNN
varchar(50)

post_tags

3 columns
post_id
FK
integer
tag_id
FK
integer
primary
key

Schema Definition (DBML)

Focus Mode

Click any table to isolate it and see only its direct relationships

Multiple View Modes

Switch between compact, standard, detailed, and relationships-only views

Search & Filter

Find tables and columns instantly with real-time search

Zoom Controls

Adjust zoom from 50% to 200% for optimal viewing of large schemas