From 83607ac32699f9943ed1e622d725293d9e837a8d Mon Sep 17 00:00:00 2001 From: Cloudo Date: Fri, 15 Apr 2016 09:51:20 +0300 Subject: [PATCH] Adding PGInsight to utility section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26790b4..864f214 100644 --- a/README.md +++ b/README.md @@ -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)