Function quackdb_internal::ffi::duckdb_disconnect
source · pub unsafe extern "C" fn duckdb_disconnect(
connection: *mut *mut _duckdb_connection
)
Expand description
Closes the specified connection and de-allocates all memory allocated for that connection.
connection: The connection to close.