Running sql in your CLI with a terminal UI.
Start by runnning
querycli sqlite -f northwind.db
dependencies:
tui_widget
git clone https://github.com/jaar23/tui_widget.git
cd tui_widget && nimble install
db_connector
nimble install db_connector
sqlite devel lib on your machine
You will need nim to build this project.
nimble build
# or
nim c -r src/querycli.nim