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:

