duckdb
scriptablepopularlocal-onlydatabrew
DuckDB · Local analytics, sql, and csv/parquet queries from the terminal.
$ brew install duckdbOne-liner to try
$ duckdb ':memory:' 'select 42'Agent pack
Copy into an agent
A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.
Readiness
Great for agents · 85/100
Verify
duckdb -c "select 1"
Agent URL
/cli/duckdb/agent.md
Quick reference
Install
brew install duckdbVerify
duckdb -c "select 1"First command
duckdb ':memory:' 'select 42'About
Local analytics, sql, and csv/parquet queries from the terminal. Built by DuckDB. Supports structured output — good for scripts and agents. Runs entirely on your machine.
Example workflow
1. duckdb ':memory:' 'select 42'