litecli
$ pipx install litecliSQLite shell, autocomplete, and readable tables from the terminal.
- litecli fits data & db well, especially for sqlite shell, autocomplete, and readable tables from the terminal.
- 109 homebrew installs (30d).
- Verify with `litecli --version` first.
- Best treated as a human-first terminal tool.
- Output is mostly text-first, so verify results before scripting around it.
Litecli guide
SQLite shell, autocomplete, and readable tables from the terminal. Built by dbcli.
Open CLI packages the install path, verify step, and safe-start workflow so this tool can move from “interesting CLI” to something you can actually use. It also integrates with skills.sh so each CLI comes with the right companion skills, not just a binary and a docs link.
When to apply
- sqlite shell, autocomplete, and readable tables from the terminal.
- You work with databases and want a fast terminal interface.
- You need sqlite shell.
- You need autocomplete.
- You need readable tables.
Quick reference
pipx install liteclilitecli --versionlitecli demo.dbOpen CLI × skills.sh
Open CLI integrates litecli with the right skills.sh companions so you get the tool and the workflow together.
Database Schema Design
Recommended pairingOpen CLI recommends this skills.sh skill because it fits database workflows. Use better schema and migration decisions when a CLI touches databases.
$ npx skills add https://github.com/supercent-io/skills-template --skill database-schema-designUse litecli together with the Database Schema Design skills.sh skill. Inspect the current schema or data first, summarize what matters, and ask before any migration or write action.
Why this tool
- litecli fits data & db well, especially for sqlite shell, autocomplete, and readable tables from the terminal.
- 109 homebrew installs (30d).
- Verify with `litecli --version` first.
Watch-outs
- Automation can be brittle.
- Output is mostly plain text.
- Better for local use than CI.
Example workflow
1. litecli demo.dbSafe start
Install litecli.
Run `litecli --version` first.
Start with `litecli demo.db`.
Install a CLI that matches your database engine.