Skip to content

DuckDB

Required parameters:

  • database: Database name
  • dbpath: File path to the DuckDB database file
duckdb://{database}@{dbpath}
duckdb://mydb@/path/to/database.db
  • DuckDB is an embedded database, so the database file path must be accessible from the system running Tracelake