schema-zap Svelte Themes

Schema Zap

Instantly convert your SQL DDL into interactive, exportable database diagrams. Built with Svelte, Tailwind, and TypeScript.

Schema Zap - Convert SQL queries into visual database diagrams instantly

Whats is Schema Zap?

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.

Features

  • 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

Installation

  1. Clone the repository

    git clone https://github.com/gvrciary/schema-zap.git
    cd schema-zap
    
  2. Install dependencies

    npm install
    
  3. Run in development mode

    npm run dev
    

License

Top categories

Loading Svelte Themes