DuckDB
Connection Parameters
Section titled “Connection Parameters”Required parameters:
- database: Database name
- dbpath: File path to the DuckDB database file
Connection String Format
Section titled “Connection String Format”duckdb://{database}@{dbpath}
Example
Section titled “Example”duckdb://mydb@/path/to/database.db
Additional Notes
Section titled “Additional Notes”- DuckDB is an embedded database, so the database file path must be accessible from the system running Tracelake