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