Function libduckdb_sys::duckdb_disconnect[][src]

pub unsafe extern "C" fn duckdb_disconnect(
    connection: *mut duckdb_connection
)
Expand description

Closes the specified connection and de-allocates all memory allocated for that connection.

connection: The connection to close.