add Postgres workspace to the Utilities

This commit is contained in:
bluxmit 2022-07-30 15:33:50 +00:00
parent cb70a77f83
commit 85a69e5c3e

View File

@ -193,6 +193,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
* [sqlcheck](https://github.com/jarulraj/sqlcheck) - Automatically detects common SQL anti-patterns. Such anti-patterns often slow down queries. Addressing them will, therefore, help accelerate queries.
* [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.
* [ScaffoldHub.io](https://scaffoldhub.io) - Generate fullstack PostgreSQL apps with Angular, Vue or React (Commercial Software).
* [Postgres workspace](https://docs.alnoda.org/postgres-workspace/) - Containerized environment to interact, manage and administer PostgreSQL database.
### Language bindings
* Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)