Merge pull request #91 from Cloudo/patch-2

Adding PGInsight to utility section
This commit is contained in:
Lukas Fittl 2016-04-15 09:38:39 -07:00
commit 0c4f1a3122

View File

@ -90,6 +90,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* [apgdiff](http://www.apgdiff.com/) - Compares two database dump files and creates output with DDL statements that can be used to update old database schema to new one
* [PgBouncer](http://pgbouncer.github.io) - Lightweight connection pooler for PostgreSQL
* [PGXN client](https://github.com/dvarrazzo/pgxnclient) - A command line tool to interact with the PostgreSQL Extension Network
* [PGInsight](http://pginsight.io/) - CLI tool to easily dig deep inside your Postgresql database.
### Language bindings
* Go: [pgx](https://github.com/jackc/pgx)