Skip to content

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

License

Notifications You must be signed in to change notification settings

gvrciary/schema-zap

Repository files navigation

Schema Zap - Convert SQL queries into visual database diagrams instantly

Svelte TailwindCSS TypeScript

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

LICENSE - Apache 2.0 by gvrciary

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published