1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-24 11:26:12 +02:00

Adding PGInsight to utility section

This commit is contained in:
Cloudo 2016-04-15 09:51:20 +03:00
parent 2d39c55240
commit 83607ac326

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)