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) 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)