Interface GeoparquetRuntimeOptionsExperimental

interface GeoparquetRuntimeOptions {
    driverFactory?: DuckDbDriverFactory;
}

Properties

Properties

driverFactory?: DuckDbDriverFactory

Driver factory. Defaults to createBrowserDuckDbDriver (loads @duckdb/duckdb-wasm lazily). Tests and Node consumers inject a driver built on the DuckDB Node bindings here.