add sqlline to readme

add sqlline - cli with autocompletion, syntax highlighting, supporting pgSQL 
more feature description are available at sqlline demos page https://github.com/julianhyde/sqlline/wiki/Demos
This commit is contained in:
snuyanzin 2020-11-09 20:04:03 +01:00 committed by GitHub
parent 2da0013895
commit 6248214e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,7 @@ For Database Management
* [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
* [sqlline](https://github.com/julianhyde/sqlline) - JDBC CLI with autocompletion, syntax highlighting, supporting pgSQL
* [schemaspy](https://github.com/schemaspy/schemaspy) - SchemaSpy is a JAVA JDBC-compliant tool for generating your database to HTML documentation, including Entity Relationship diagrams
### Server