All tools
Agent Ready: HIGH
SQLite
sqlite3 Embedded SQL database CLI.
Agent-Ready Score
5/5
Scored on: non-interactive mode available, machine-readable output (JSON/plain text), predictable exit codes, no interactive auth prompts.
Category
Data & DBKind
Traditional CLI
Priority
⭐ Priority A
Maintenance
✓ Actively maintained
Install
system
# pre-installed on most systems brew
brew install sqlite3 apt
sudo apt install sqlite3 Usage Example
$ sqlite3 app.db "select count(*) from users;"