1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-11-26 23:24:11 +02:00

adding planter entry - Generate PlantUML ER diagram textual description from PostgreSQL tables

This commit is contained in:
Kang Tu
2020-07-12 11:47:15 -07:00
committed by Kaarel Moppel
parent d0d2e156e5
commit 18fa232e93

View File

@@ -220,6 +220,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
* [postgres-checkup](https://gitlab.com/postgres-ai/postgres-checkup) - a new-generation diagnostics tool that allows users to collect deep analysis of the health of a Postgres database.
* [Pyrseas](https://github.com/perseas/Pyrseas) - Postgres database schema versioning.
* [ScaffoldHub.io](https://scaffoldhub.io) - Generate fullstack PostgreSQL apps with Angular, Vue or React (Commercial Software).
* [planter][https://github.com/achiku/planter] - Generate PlantUML ER diagram textual description from PostgreSQL tables
### Language bindings
* Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)