Skip to content

del

const del: (transactionId, key) => void

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

Deletes a key-value pair within a transaction.

number

The ID of the transaction

ArrayBufferLike

Key to delete

void

DatabaseError if the operation fails