shellql
Terminal SQLite workbench
brew install fissible/tap/shellql Features
- Schema browser, table view, query screen, and record inspector
- Real sqlite3 adapter — list tables, describe schema, fetch and filter rows
- Built on shellframe — keyboard-driven, no mouse required
- Free and MIT-licensed; enterprise edition planned
Example
# Open a database
shql myapp.db
# Use a named connection from sigil
shql --connection production