From 6248214e1bb2821377704e0452a30decc4e4690b Mon Sep 17 00:00:00 2001 From: snuyanzin Date: Mon, 9 Nov 2020 20:04:03 +0100 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5e7168..9aad25d 100644 --- a/README.md +++ b/README.md @@ -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