pub unsafe extern "C" fn duckdb_create_instance_cache() -> duckdb_instance_cache
Expand description
Creates a new database instance cache. The instance cache is necessary if a client/program (re)opens multiple databases to the same file within the same process. Must be destroyed with ‘duckdb_destroy_instance_cache’.
@return The database instance cache.