duckdb_config

Type Alias duckdb_config 

Source
pub type duckdb_config = *mut _duckdb_config;
Expand description

! The configuration can be used to provide start-up options for a database. ! Must be destroyed with duckdb_destroy_config.