From 79cee0135f78bfb538805c7c47985b3a0effe26b Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Sun, 2 Aug 2015 13:50:52 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6b0a984..96b3851 100644 --- a/README.md +++ b/README.md @@ -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