SQLITE3 CLI wrapper build on python.
Project description
🍥 aoi
A simple python based sqlite3 CLI.
Usage
$python -m aoi [-c "path to connect"]
using the -c/--connect option will connect the application to the provided db file path.
If no option is provided, :memory:
( in memory database ) will be used.
Additional Features
Apart from normal sqlite quries you can run the following commands within the CLI:
:h/:help
: Get help for commands.
:q/:quit
: Exit the CLI.
:r/:recent [amount=5]
: Show last [amount=5] queries.
Requirements
- Python (3.8 or later)
Installing aoi in your environment using pip, poetry or any favourable package manager
# pip
$python -m pip install git+https://github.com/sarthhh/aoi.git
# poetry
$poetry add git+https://github.com/sarthhh/aoi.git
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aoi-0.1.1.tar.gz
(3.4 kB
view hashes)
Built Distribution
aoi-0.1.1-py3-none-any.whl
(4.1 kB
view hashes)