A command-line client for SQLite databases that has auto-completion
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/08/a-command-line-client-for-sqlite-databases-that-has-auto-completion_612d57dfb0e8e-375x210.jpeg)
A command-line client for SQLite databases that has auto-completion and syntax highlighting.
Installation
If you already know how to install python packages, then you can install it via pip:
You might need sudo on linux.
$ pip install -U litecli
The package is also available on Arch Linux through AUR in two versions: litecli is based the latest release (git tag) and litecli-git is based on the master branch of the git repo. You can install them manually or with an AUR helper such as yay
:
$ yay -S litecli
or
$ yay -S