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
.
pub type duckdb_config = *mut _duckdb_config;
! The configuration can be used to provide start-up options for a database.
! Must be destroyed with duckdb_destroy_config
.