From 1660e4aa310e2ff4d4278302ee6074b72552318c Mon Sep 17 00:00:00 2001 From: Ivan Muratov Date: Tue, 16 Apr 2019 21:20:31 +0300 Subject: [PATCH] Add postgres-checkup by Postgres.ai team Separate changes from https://github.com/dhamaniasad/awesome-postgres/pull/244/files --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 272753b..a86215d 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ For Database Management * [pgcmp](https://github.com/cbbrowne/pgcmp) - Tool to compare database schemas, with capability to accept some persistent differences * [graphql-engine](https://github.com/hasura/graphql-engine) - Get Instant Realtime GraphQL APIs over PostgreSQL. * [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-team/postgres-checkup) - a new-generation diagnostics tool that allows users to collect deep analysis of the health of a Postgres database. ### Language bindings * Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)