From d21a61b1cbe3c04371a37bc088e11e6eee22e0a9 Mon Sep 17 00:00:00 2001 From: snuyanzin Date: Tue, 23 Jul 2019 07:03:31 +0200 Subject: [PATCH] Add sqlline (#349) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1e5a5db..61a8cae 100644 --- a/readme.md +++ b/readme.md @@ -167,6 +167,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [mycli](https://github.com/dbcli/mycli) - MySQL client with autocompletion and syntax highlighting. - [pgcli](https://github.com/dbcli/pgcli) - Postgres client with autocompletion and syntax highlighting. +- [sqlline](https://github.com/julianhyde/sqlline) - Shell for issuing SQL via JDBC. ### Devops