Database Schema Visualizer
Explore database schemas with multiple view modes and search functionality
100%
users
6 columnsid
PK
integerusername
UQNN
varchar(50)email
UQNN
varchar(100)password_hash
NN
varchar(255)created_attimestamp
updated_attimestamp
posts
9 columnsid
PK
integeruser_id
FK
integertitle
NN
varchar(200)slug
UQNN
varchar(200)contenttext
statusvarchar(20)
published_attimestamp
created_attimestamp
updated_attimestamp
comments
5 columnsid
PK
integerpost_id
FK
integeruser_id
FK
integercomment
NN
textcreated_attimestamp
tags
3 columnsid
PK
integername
UQNN
varchar(50)slug
UQNN
varchar(50)post_tags
3 columnspost_id
FK
integertag_id
FK
integerprimarykey
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