Merge pull request #225 from delfer/patch-1

Add sqlcheck
This commit is contained in:
Asad Dhamani 2019-02-01 22:46:49 +05:30 committed by GitHub
commit 72215983d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,6 +161,7 @@ For Database Management
* [sqitch](https://github.com/sqitchers/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)