abortTransaction
constabortTransaction: (transactionId) =>void
Defined in: .work/repos/olmdb/src/lowlevel.ts:79
Aborts the transaction with the given ID, discarding all changes.
Parameters
Section titled “Parameters”transactionId
Section titled “transactionId”number
The ID of the transaction to abort
Returns
Section titled “Returns”void
Throws
Section titled “Throws”DatabaseError if the transaction cannot be aborted