/sqlittle

Better SQLite CLI

Primary LanguagePython

SQLittle

Better SQLite CLI tool

Setup

Install from PyPI

Currently, in Test PyPI, because it's in beta

pip install -i https://test.pypi.org/simple/ sqlittle
sqlittle -h
# Yey!

Build

git clone https://github.com/Mon4ik/sqlittle.git
cd sqlittle
python3 setup.py develop

sqlittle -h
# Yey!