Type Alias libduckdb_sys::duckdb_config

source ·
pub type duckdb_config = *mut _duckdb_config;
Expand description

! Can be used to provide start-up options for the DuckDB instance. ! Must be destroyed with duckdb_destroy_config.