DuckDB is included as a core dependency. No extra installation needed.Documentation Index
Fetch the complete documentation index at: https://docs.sqlbuild.com/llms.txt
Use this file to discover all available pages before exploring further.
Connection config
| Field | Description |
|---|---|
database | Path to the DuckDB database file. Use :memory: for in-memory databases. |
extensions | List of DuckDB extensions to install and load on connect. |
settings | Key-value pairs passed as SET statements on connect. |
attach | List of additional databases to attach. |
Extensions and settings
Attaching additional databases
Table promotion mode
DuckDB defaults tostaged promotion: tables are materialized into a staging table, audited, then swapped into the target. This is configurable in settings:

