Merge pull request #138 from cbbrowne/psql

psql docs
This commit is contained in:
Asad Dhamani 2017-01-27 16:45:25 +05:30 committed by GitHub
commit c835a20189

View File

@ -58,8 +58,9 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* [Postgres.app](http://postgresapp.com/) - The Easiest Way to Get Started with PostgreSQL on macOS.
### CLI
* [pgcli](https://github.com/dbcli/pgcli) - PostgreSQL CLI tool with autocompletion and syntax highlighting.
* [psql2csv](https://github.com/fphilipe/psql2csv) - Run a query in psql and output the result as CSV.
* [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
### Server
* [Postgres-XL](http://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based Database Cluster.