From adf89f08eae93b92bd94d7fa6c32a97f032c9b8f Mon Sep 17 00:00:00 2001 From: snuyanzin Date: Wed, 23 Oct 2019 21:25:35 +0200 Subject: [PATCH] Add sqlline (#337) The PR suggests adding of sqlline https://github.com/julianhyde/sqlline which allows to connect to sources (not only relational DBs) via jdbc driver. There is a set of video demos with that at asciinema.org https://github.com/julianhyde/sqlline/wiki/Demos --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1afc1ab..c46b4ba 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [sheet](https://github.com/oscardelben/sheet) - Text snippets for the command line * [spot](https://github.com/rauchg/spot) - Tiny file search utility - [snips](https://github.com/srijanshetty/snips) - Commandline tool to manage snippets of code. +* [sqlline](https://github.com/julianhyde/sqlline) - Shell for issuing SQL to relational databases via JDBC (multiline, completion, highlighting, dialect support) * [sshfs](https://github.com/osxfuse/sshfs) - A tool for mounting remote file systems over SSH * [sshrc](https://github.com/Russell91/sshrc) - Bring your .bashrc, .vimrc, etc. with you when you SSH * [sudocabulary](https://github.com/badarsh2/Sudocabulary) - Learn English Vocabulary from your terminal