1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-09 14:45:36 +02:00

Merge pull request #94 from olshevskiy87/add_pgpool

add pgpool-II tool
This commit is contained in:
Lukas Fittl 2016-05-21 13:43:12 -07:00
commit baa0b5b308

View File

@ -92,6 +92,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* [PGXN client](https://github.com/dvarrazzo/pgxnclient) - A command line tool to interact with the PostgreSQL Extension Network * [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 * [PGInsight](http://pginsight.io/) - CLI tool to easily dig deep inside your Postgresql database
* [pgsync](https://github.com/ankane/pgsync?utm_source=postgresweekly) - A tool to sync Postgres data to your local machine * [pgsync](https://github.com/ankane/pgsync?utm_source=postgresweekly) - A tool to sync Postgres data to your local machine
* [pgpool-II](http://www.pgpool.net/mediawiki/index.php/Main_Page) - Middleware that provides connection pooling, replication, load balancing and limiting exceeding connections
### Language bindings ### Language bindings
* Go: [pgx](https://github.com/jackc/pgx) * Go: [pgx](https://github.com/jackc/pgx)