All tools
Agent Ready: HIGH
DuckDB
duckdb Fast local analytics DB.
Agent-Ready Score
4/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
brew
brew install duckdb apt
sudo apt install duckdb binary
# download binary from project releases Usage Example
$ duckdb -c "select * from 'data.parquet' limit 5"