#[unsafe(no_mangle)]pub unsafe extern "C" fn ytransaction_commit(txn: *mut Transaction)Expand description
Commit and dispose provided read-write transaction. This operation releases allocated resources, triggers update events and performs a storage compression over all operations executed in scope of a current transaction.