A browser-based tool to visualize SQLite database schemas as Entity-Relationship diagrams. Upload your database file and instantly generate interactive ER diagrams.
- Drag & Drop Upload - Simply drag your SQLite database file or click to browse
- Two Visualization Styles
- MySQL Workbench style (custom SVG with draggable tables)
- Mermaid diagram style
- Interactive Diagrams - Drag tables to rearrange, zoom in/out
- Export Options - Download as PNG or SVG
- Privacy First - All processing happens locally in your browser. Your data never leaves your computer
- Supports
.db,.sqlite,.sqlite3file formats
- Open
index.htmlin a modern web browser - Drag and drop your SQLite database file onto the upload area (or click to browse)
- View your ER diagram with tables, columns, primary keys, and foreign key relationships
- Switch between MySQL Workbench and Mermaid visualization styles
- Drag tables to rearrange the layout (MySQL style only)
- Export your diagram as PNG or SVG
- sql.js - SQLite compiled to WebAssembly
- Mermaid - Diagramming library
- Tailwind CSS - Styling
No build step required. Simply open index.html in your browser or serve it with any static file server:
# Using Python
python -m http.server 8000
# Using Node.js
npx serveMIT License