From e733c26a9846c12b953ccf666d1c61e31542e2cd Mon Sep 17 00:00:00 2001 From: Joseph Plant Date: Mon, 13 Jun 2022 11:09:12 +1000 Subject: [PATCH] Update README.md Add [doc-sql-database](https://github.com/JoePlant/doc-sql-database) to Schema / Documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7650ed9..a5460a8 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ For updates on `awesome-db-tools` and thoughts/news about databases/tools/SQL fo ### Documentations - [dbdocs](https://dbdocs.io/) - Create web-based database documentation using DSL code. - [DBML](https://github.com/holistics/dbml) - Database Markup Language, designed to define and document database structures. +- [doc-sql-database](https://github.com/JoePlant/doc-sql-database) - Generate an interactive report for a Microsoft SQL Server database using a script to extract key information. - [SchemaCrawler](https://github.com/schemacrawler/SchemaCrawler) - A free database schema discovery and comprehension tool. - [Schema Spy](https://github.com/schemaspy/schemaspy) - Generating your database to HTML documentation, including Entity Relationship diagrams. - [tbls](https://github.com/k1LoW/tbls) - CI-Friendly tool for document a database, written in Go.