DuckDB

Open a local DuckDB database file. DuckDB is an in-process analytical database, ideal for working with large datasets.

Note: DuckDB support is not available in the musl (static Linux) build due to compatibility limitations. Use the glibc Linux build, macOS, or Windows instead.

Usage

sql-studio duckdb <DATABASE>

Arguments

ArgumentDescriptionEnv Var
DATABASEPath to the DuckDB database fileDATABASE

Examples

# Open a DuckDB file
sql-studio duckdb ./analytics.duckdb

# Open with a custom timeout for large queries
sql-studio --timeout 30secs duckdb ./analytics.duckdb