Skip to main content

sqlite3_close

Function sqlite3_close 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sqlite3_close(db: *mut Sqlite3) -> c_int
Expand description

Close a database connection.

ยงSafety

db must have been obtained from sqlite3_open and must not be used after this call.