1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-05 13:20:24 +02:00

Update README.md

This commit is contained in:
Asad Dhamani 2015-08-02 13:50:52 +05:30
parent aa86eb2a61
commit 79cee0135f

View File

@ -5,6 +5,7 @@ A curated list of awesome MySQL software, libraries, tools and resources, inspir
- [Backups](#backups)
- [GUI](#gui)
- [Distributions](#distributions)
- [CLI](#cli)
### Backups
* [wal-e](https://github.com/wal-e/wal-e) - Simple Continuous Archiving for Postgres to S3, Azure, or Swift by Heroku
@ -13,6 +14,10 @@ A curated list of awesome MySQL software, libraries, tools and resources, inspir
### GUI
* [pgAdmin](http://pgadmin.org/) - Postgres Adminisitration and Management GUI
* [phpPgAdmin](https://github.com/phppgadmin/phppgadmin) - The Premier Web Based Administration Tool for Postgres
* [pgweb](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser written in Go
### Distributions
* [Postgres.app](http://postgresapp.com/) - The Easiest Way to Get Started with PostgreSQL on the Mac
### CLI
* [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting