Skip to content

DuckDB

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
  • DuckDB is an embedded database, so the database file path must be accessible from the system running Tracelake