From f1745f2c7e9ff262d70ad9329548f12a96d76609 Mon Sep 17 00:00:00 2001 From: Philipe Fatio Date: Thu, 19 Nov 2015 07:51:30 +0100 Subject: [PATCH] Add psql2csv to CLI section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af1acd2..99b32b8 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i ### CLI * [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting +* [psql2csv](https://github.com/fphilipe/psql2csv) - Run a query in psql and output the result as CSV ### Server * [Postgres-XL](http://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based Database Cluster