From b98d10884d0de872fbda08e9a6b3207893407f2d Mon Sep 17 00:00:00 2001 From: Jake Brinkmann Date: Mon, 16 Dec 2019 11:56:31 -0600 Subject: [PATCH] CLI: SchemaSpy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f9c445..9c349f3 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ For Database Management * [psql](https://www.postgresql.org/docs/current/static/app-psql.html) - The built-in PostgreSQL CLI client * [psql2csv](https://github.com/fphilipe/psql2csv) - Run a query in psql and output the result as CSV * [nancy](https://gitlab.com/postgres-ai/nancy) - The Nancy CLI is a unified way to manage automated database experiments either in clouds or on-premise +* [schemaspy](https://github.com/schemaspy/schemaspy) - SchemaSpy is a JAVA JDBC-compliant tool for generating your database to HTML documentation, including Entity Relationship diagrams ### Server * [Postgres-XL](https://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based Database Cluster.