From 73d0ca9bb1e5acce32bc967d8be2a8f3ad1b4310 Mon Sep 17 00:00:00 2001 From: Ivan Muratov Date: Tue, 16 Apr 2019 21:18:54 +0300 Subject: [PATCH] Add Nancy CLI by Postgres.ai team Separate changes from https://github.com/dhamaniasad/awesome-postgres/pull/244 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 272753b..18d3484 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ For Database Management * [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting * [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-team/nancy) - The Nancy CLI is a unified way to manage automated database experiments either in clouds or on-premise ### Server * [Postgres-XL](https://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based Database Cluster.