Skip to content

DuckDB

Connection Parameters

Required parameters:

  • database: Database name
  • dbpath: File path to the DuckDB database file

Connection String Format

duckdb://{database}@{dbpath}

Example

duckdb://mydb@/path/to/database.db

Additional Notes

  • DuckDB is an embedded database, so the database file path must be accessible from the system running Tracelake