del
constdel: (transactionId,key) =>void
Defined in: .work/repos/olmdb/src/lowlevel.ts:115
Deletes a key-value pair within a transaction.
Parameters
Section titled “Parameters”transactionId
Section titled “transactionId”number
The ID of the transaction
ArrayBufferLike
Key to delete
Returns
Section titled “Returns”void
Throws
Section titled “Throws”DatabaseError if the operation fails