An open API service indexing awesome lists of open source software.

https://github.com/mon4ik/sqlittle

Better SQLite CLI
https://github.com/mon4ik/sqlittle

Last synced: 2 months ago
JSON representation

Better SQLite CLI

Awesome Lists containing this project

README

        

# SQLittle
Better SQLite CLI tool

## Setup
### Install from PyPI
> Currently, in Test PyPI, because it's in beta
```shell
pip install -i https://test.pypi.org/simple/ sqlittle
sqlittle -h
# Yey!
```
### Build
```shell
git clone https://github.com/Mon4ik/sqlittle.git
cd sqlittle
python3 setup.py develop

sqlittle -h
# Yey!
```