Type Alias 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.