Skip to content

put

const put: (transactionId, key, value) => void

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

Stores a key-value pair within a transaction.

number

The ID of the transaction

ArrayBufferLike

Key to store

ArrayBufferLike

Value to store

void

DatabaseError if the operation fails