Modern SQL shells like mssql-cli, mycli, SQLcl and pgcli are very convenient: they offer auto-completion, syntax highlighting, query history, a multi-line editor, and much more.
SQL Shell makes using SQL clients even more convenient:
- 
a standard interface to enter connection parameters so you don’t have to remember command line options 
- 
pre-defined connection strings for connection without typing 
- 
automatic tunneling if your database is behind a firewall or listening only on localhost interface 
- 
optional: edit sql shell.iniandtunnel.inito match your environment
- 
run sql shell.exe(Windows) orsql shell.py(Linux)
| ℹ️ | If you can’t get SQL Shellrunning or have questions, open a ticket | 


