Skip to main content
Beta Use tc duckdb when you need DuckDB-specific query behavior instead of SQLite.

Commands

Notes

  • --db chooses the DuckDB database name
  • --params binds JSON-array parameters to ? placeholders
  • query and describe emit JSON with --json
DuckDB is beta. Prefer tc sql for ordinary application data unless you specifically need DuckDB.