From ef9a6dd29c02dbfeea56244456521f595d0acbca Mon Sep 17 00:00:00 2001 From: Cameron Gorrie Date: Sun, 24 Nov 2019 19:31:18 -0500 Subject: [PATCH] Add pgsh to the CLI section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ac8f66..c408a57 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ For Database Management ### CLI * [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting +* [pgsh](https://github.com/sastraxi/pgsh) - Branch your PostgreSQL Database like Git * [psql](https://www.postgresql.org/docs/current/static/app-psql.html) - The built-in PostgreSQL CLI client * [psql2csv](https://github.com/fphilipe/psql2csv) - Run a query in psql and output the result as CSV * [nancy](https://gitlab.com/postgres-ai/nancy) - The Nancy CLI is a unified way to manage automated database experiments either in clouds or on-premise