Skip to main content

laminar_close

Function laminar_close 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn laminar_close( conn: *mut LaminarConnection, ) -> i32
Expand description

Close a database connection and free all associated resources.

ยงSafety

conn must be a valid handle from laminar_open that has not been closed.