Skip to main content

duckdb_create_log_storage

Function duckdb_create_log_storage 

Source
pub unsafe extern "C" fn duckdb_create_log_storage() -> duckdb_log_storage
Expand description

Creates a new log storage object.

@return A log storage object. Must be destroyed with duckdb_destroy_log_storage.