sqlite_wasm_rs::c

Function sqlite3_close

Source
pub unsafe fn sqlite3_close(db: *mut sqlite3) -> c_int
Expand description

Destructor for the sqlite3 object.

See https://www.sqlite.org/c3ref/close.html