SQshell.Demo.mp4
This is an SQL REPL written in Python. It has syntax highlighting, fish-style history autocompletion, tab-completion for keywords, and Vim/Emacs editing modes.
On Linux:
$ git clone https://github.com/sandkoan/SQshell.git
$ cd SQshell
$ pip3 install -r requirements.txtor Windows:
> git clone https://github.com/sandkoan/SQshell.git
> cd SQshell
> pip install -r requirements.txtOn Linux:
$ python3 sqshell.pyor Windows:
> python sqshell.pyHistory autocompletion is loaded from a .sqshell_history file in the same directory that contains sqshell.py.
Don't delete it, unless you really want to.