From 5f24256eec6bd994514d472228e2346c8e42ed3f Mon Sep 17 00:00:00 2001 From: Alexander Chumakov Date: Wed, 24 Oct 2018 10:03:41 +0300 Subject: [PATCH] Add sqlcheck --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65cf1c1..0840c7d 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ For Database Management * [sqitch](https://github.com/theory/sqitch) - Tool for managing versioned schema deployment * [pgmigrate](https://github.com/yandex/pgmigrate) - CLI tool to evolve schema migrations, developed by Yandex. * [pgcmp](https://github.com/cbbrowne/pgcmp) - Tool to compare database schemas, with capability to accept some persistent differences +* [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. ### Language bindings * Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)