Function rorm::rorm_db_free
source · #[no_mangle]
pub extern "C" fn rorm_db_free(_: Box<Database>)Expand description
Free the connection to the database.
Takes the pointer to the database instance.
Important: Do not call this function more than once!
This function is called completely synchronously.