Skip to content

abortTransaction

const abortTransaction: (transactionId) => void

Defined in: .work/repos/olmdb/src/lowlevel.ts:79

Aborts the transaction with the given ID, discarding all changes.

number

The ID of the transaction to abort

void

DatabaseError if the transaction cannot be aborted