https://github.com/mon4ik/sqlittle
Better SQLite CLI
https://github.com/mon4ik/sqlittle
Last synced: 2 months ago
JSON representation
Better SQLite CLI
- Host: GitHub
- URL: https://github.com/mon4ik/sqlittle
- Owner: Mon4ik
- Created: 2023-01-19T14:51:43.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-19T17:40:45.000Z (over 2 years ago)
- Last Synced: 2025-02-10T22:46:53.869Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 developsqlittle -h
# Yey!
```