From e5b150c4bfed5c5f8ac75fef13cc3c154fba8f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=ACnei?= Date: Fri, 11 Sep 2026 01:56:41 -0300 Subject: [PATCH] Add DBDraw.io to ecosystem data --- dbml-homepage/src/data/ecosystem.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dbml-homepage/src/data/ecosystem.ts b/dbml-homepage/src/data/ecosystem.ts index 74e65d304..e2c849e54 100644 --- a/dbml-homepage/src/data/ecosystem.ts +++ b/dbml-homepage/src/data/ecosystem.ts @@ -290,4 +290,11 @@ export const communityProjects: EcosystemItem[] = [ author: 'Scafoldr', categories: ['from-dbml'], }, + { + name: 'DBDraw.io', + description: 'Create flexible ER diagrams seamlessly synchronized with DBML and Mermaid.', + href: 'https://dbdraw.io', + author: 'Pinei', + categories: ['editor'], + }, ];