awesome-postgres/README.md

24 lines
1.0 KiB
Markdown
Raw Normal View History

2015-08-02 09:27:17 +02:00
# awesome-postgres
A curated list of awesome MySQL software, libraries, tools and resources, inspired by awesome-mysql
2015-08-02 09:32:43 +02:00
2015-08-02 09:42:16 +02:00
- [Awesome-Postgres](https://github.com/dhamaniasad/awesome-postgres#awesome-postgres)
- [Backups](#backups)
2015-08-02 09:50:01 +02:00
- [GUI](#gui)
- [Distributions](#distributions)
2015-08-02 10:20:52 +02:00
- [CLI](#cli)
2015-08-02 09:32:43 +02:00
### Backups
2015-08-02 09:42:16 +02:00
* [wal-e](https://github.com/wal-e/wal-e) - Simple Continuous Archiving for Postgres to S3, Azure, or Swift by Heroku
* [Barman](http://www.pgbarman.org/) - Backup and Recovery Manager for Postgres by 2ndQuadrant
2015-08-02 09:50:01 +02:00
### GUI
* [pgAdmin](http://pgadmin.org/) - Postgres Adminisitration and Management GUI
* [phpPgAdmin](https://github.com/phppgadmin/phppgadmin) - The Premier Web Based Administration Tool for Postgres
2015-08-02 10:20:52 +02:00
* [pgweb](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser written in Go
2015-08-02 09:50:01 +02:00
### Distributions
* [Postgres.app](http://postgresapp.com/) - The Easiest Way to Get Started with PostgreSQL on the Mac
2015-08-02 10:20:52 +02:00
### CLI
* [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting