From 2890a45edd1893d7195b3607482d4d7dbfc710ee Mon Sep 17 00:00:00 2001 From: Verry Date: Mon, 17 Aug 2026 00:52:04 +0700 Subject: [PATCH 1/2] docs(readme): add dbmlgraph to Community Contributions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b13bfee23..cd573b7d9 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,4 @@ Example of a database definition of a simple blogging site: * [C# parser for Dbml by Niels Bosma](https://github.com/Ivy-Interactive/Ivy.Dbml.Parser) * [Scafoldr: DBML-Powered Code Scaffolding Tool](https://scafoldr.com/code-generator) * [Jetbrains IDEs (Intellij/PyCharm/Datagrip etc.) Plugin for DBML by LiamClarkeNZ](https://plugins.jetbrains.com/plugin/30905-dbml) +* [dbmlgraph: Generate LLM-ready markdown docs and search a DBML schema from the CLI by Verry Anto Paulus](https://github.com/verryp/dbmlgraph) From 2e4dcc0506f6ce27f6236ec89f067a909d546ac9 Mon Sep 17 00:00:00 2001 From: Huy-DNA Date: Tue, 18 Aug 2026 11:24:14 +0700 Subject: [PATCH 2/2] doc: add missing doc --- dbml-homepage/docs/home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dbml-homepage/docs/home.md b/dbml-homepage/docs/home.md index 7f330b372..81a4c479f 100644 --- a/dbml-homepage/docs/home.md +++ b/dbml-homepage/docs/home.md @@ -167,3 +167,4 @@ DBML is created and maintained by [Holistics](https://holistics.io?utm_source=db * [C# parser for Dbml by Niels Bosma](https://github.com/Ivy-Interactive/Ivy.Dbml.Parser) * [Scafoldr: DBML-Powered Code Scaffolding Tool](https://scafoldr.com/code-generator) * [Jetbrains IDEs (Intellij/PyCharm/Datagrip etc.) Plugin for DBML by LiamClarkeNZ](https://plugins.jetbrains.com/plugin/30905-dbml) +* [dbmlgraph: Generate LLM-ready markdown docs and search a DBML schema from the CLI by Verry Anto Paulus](https://github.com/verryp/dbmlgraph)