OSS Tanbou

drawDB — design database schemas visually and generate SQL in the browser

About these scores

OSS scale score is an unbounded metric that log-compresses and weights Stars, Watchers, Forks, and Contributors. Discovery score is the current OSS scale score minus the score at discovery. Update pace is commits in the last 30 days, growth momentum is the OSS scale score difference within the recent observation window, and OSS health is a 0–100 rating based on available recency, Community Health, and release data.

Stars
39,616
Primary language
JavaScript
License
AGPL-3.0
Repository last updated
Sep 17, 2026

Overview

drawDB is a browser-based database editor for arranging tables, columns, and relationships as ER diagrams and converting schemas to and from SQL, with no account required for core use.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Design tables, columns, and relationships visually

The canvas editor represents database schemas as ER diagrams with explicit relationships.

Sources: [2][3]

Move between visual models, SQL, and migrations

Existing SQL can be imported into diagrams, while designs can be exported as SQL or migration output.

Sources: [2][3]

For reviewing database schemas visually rather than only as code

It is useful for schema design, education, architecture reviews, and understanding existing databases.

Sources: [2]

Sharing requires a separate server component

The editor itself can run locally or statically, but collaborative file sharing depends on drawdb-server and additional configuration.

Sources: [2]

Official sources

  1. [1]drawdb-io/drawdb repository(2026-09-21)
  2. [2]drawDB README(2026-09-21)
  3. [3]drawDB application(2026-09-21)
  4. [4]drawDB AGPL-3.0 license(2026-09-21)
Supplemental curator note

The core editor works directly in the browser without an account. Sharing is optional and requires the separate `drawdb-server` repository, so local schema design and collaborative deployment can be evaluated separately.

Try it in 3 steps

  1. 1

    Get the source

    git clone --depth 1 https://github.com/drawdb-io/drawdb.git
  2. 2

    Enter the repository

    cd drawdb
  3. 3

    Check the official steps

    Continue with the commands in the README Installation, Quick Start, or Getting Started section.

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Check the official README

Growth

Growth trends · Last 30 days

39,616 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
15
Open PRs
109

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • database-schema
  • editor
  • mariadb
  • postgresql
  • sql
  • sql-server
  • sqlite
  • indexeddb
  • diagram-editor
  • erd
  • erdiagram
  • oracle-database
Stars
39,616
Forks
3,252
Watchers
150
Open issues
134
Contributors
149
Primary language
JavaScript
License
AGPL-3.0
Repository last updated
Sep 17, 2026
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.