get
constget: (transactionId,key) =>Readonly<ArrayBuffer>
Defined in: .work/repos/olmdb/src/lowlevel.ts:89
Retrieves a value for the given key within a transaction.
Parameters
Section titled “Parameters”transactionId
Section titled “transactionId”number
The ID of the transaction
ArrayBufferLike
Key to look up
Returns
Section titled “Returns”Readonly<ArrayBuffer>
The value if found, or undefined if the key doesn’t exist
Throws
Section titled “Throws”DatabaseError if the operation fails