sqlline

JDBC command-line utility for issuing SQL

Install

All systems
curl cmd.cat/sqlline.sh
Debian Debian
apt-get install sqlline
Ubuntu
apt-get install sqlline
image/svg+xml Kali Linux
apt-get install sqlline
Windows (WSL2)
sudo apt-get update sudo apt-get install sqlline
OS X
brew install sqlline
Raspbian
apt-get install sqlline

sqlline

JDBC command-line utility for issuing SQL

SQLLine is a pure-Java console based utility for connecting to relational databases and executing SQL commands. It is similar to other command-line database access utilities like sqlplus for Oracle, mysql for MySQL, and isql for Sybase/SQL Server. Since it is pure-Java, it is platform independent, and will run on any platform that can run Java 1.3 or higher.

apache-drill