DuckDB
Connection Parameters
Section titled “Connection Parameters”When adding a DuckDB connection in Tracelake, you’ll need to provide the following information:
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Database File Path | String | Yes | Path to DuckDB database file (use ‘:memory:’ for in-memory database) | /path/to/database.db |
| Database Name | String | No | Optional database name | mydb |
Additional Notes
Section titled “Additional Notes”- DuckDB is an embedded database, so the database file path must be accessible from the system running Tracelake