From 85a69e5c3e8f53deab98b05128dc631548c9931d Mon Sep 17 00:00:00 2001 From: bluxmit Date: Sat, 30 Jul 2022 15:33:50 +0000 Subject: [PATCH] add Postgres workspace to the Utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04cabd0..be68670 100644 --- a/README.md +++ b/README.md @@ -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)