shellnav
All tools

SQLite

sqlite3
Agent Ready: HIGH

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 & DB

Kind

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;"