DuckDB: Workspace db is Empty, Local Path Works

@Brock_Tibert you can create a DuckDB using a current JAR driver and prepare a database entry in KNIME preferences:

You can then either use an in-memory database with a unique URL

jdbc:duckdb::memory:

(yes double ::)

or create a dynamic path for a local database:

1 Like