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
Quick reference
Install
brew install duckdbVerify
duckdb -c "select 1"First command
duckdb ':memory:' 'select 42'Machine JSON
/cli/duckdb.jsonAbout
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'