SchemaZap is a powerful web application that transforms your SQL DDL (Data Definition Language) statements into beautiful, interactive database schema diagrams. Perfect for developers, database architects, and data modelers who want to visualize and understand database structures at a glance.
- SQL to Visual: Convert CREATE TABLE statements into interactive diagrams
- Multi-Dialect Support: Works with MySQL, PostgreSQL, SQLite, and MariaDB
- Smart Relationships: Automatically detects and visualizes table relationships
- Interactive Canvas: Drag, zoom, and pan to organize your schema
- Responsive Design: Works seamlessly on desktop and mobile devices
- Dark/Light Theme: Switch between themes for comfortable viewing
- Export to PNG: Download your diagrams as high-quality images
- Real-time Parsing: Instant visual feedback as you type SQL
-
Clone the repository
git clone https://github.com/gvrciary/schema-zap.git cd schema-zap
-
Install dependencies
npm install
-
Run in development mode
npm run dev