From af2044827c925fbfe9afda711c2840f2ad8dfbe6 Mon Sep 17 00:00:00 2001 From: Bill Metangmo <25366207+billmetangmo@users.noreply.github.com> Date: Fri, 17 May 2024 21:15:01 +0200 Subject: [PATCH] Add DrawDB (#429) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc170e4..5914636 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ For updates on `awesome-db-tools` and thoughts/news about databases/tools/SQL fo ### Diagrams - [Azimutt](https://github.com/azimuttapp/azimutt) - An Entity Relationship diagram (ERD) visualization tool, with various filters and inputs to help understand your database schema. +- [DrawDB](https://github.com/drawdb-io/drawdb) - Free, simple, and intuitive online database design tool and SQL generator. - [ERAlchemy](https://github.com/Alexis-benoist/eralchemy) - Entity Relation Diagrams generation tool. - [ERD Lab](https://www.erdlab.io/) - Free cloud based entity relationship diagram (ERD) tool made for developers. - [QuickDBD](https://www.quickdatabasediagrams.com/) - Simple online tool to quickly draw database diagrams.