Skip to content

DuckDB

When adding a DuckDB connection in Tracelake, you’ll need to provide the following information:

ParameterTypeRequiredDescriptionExample
Database File PathStringYesPath to DuckDB database file (use ‘:memory:’ for in-memory database)/path/to/database.db
Database NameStringNoOptional database namemydb
  • DuckDB is an embedded database, so the database file path must be accessible from the system running Tracelake