Skip to content

drawdb-io/drawdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b19b3bb · Apr 13, 2025
Mar 14, 2025
Feb 14, 2025
Apr 13, 2025
May 22, 2024
Aug 27, 2024
Apr 6, 2024
Dec 16, 2023
Apr 6, 2024
May 22, 2024
Mar 14, 2025
Jul 21, 2024
Mar 3, 2025
Jun 1, 2024
Nov 10, 2024
Aug 5, 2024
Apr 12, 2025
Apr 12, 2025
Mar 20, 2025
Jan 3, 2024
Feb 27, 2024
Dec 16, 2023

Repository files navigation

drawdb logo

drawDB

Free, simple, and intuitive database schema editor and SQL generator.

demo

DrawDB is a robust and user-friendly database entity relationship (DBER) editor right in your browser. Build diagrams with a few clicks, export sql scripts, customize your editor, and more without creating an account. See the full set of features here.

Getting Started

Local Development

git clone https://github.com/drawdb-io/drawdb
cd drawdb
npm install
npm run dev

Build

git clone https://github.com/drawdb-io/drawdb
cd drawdb
npm install
npm run build

Docker Build

docker build -t drawdb .
docker run -p 3000:80 drawdb

Set up the server and environment variables according to .env.sample for the survey and bug report forms.