Skip to content

get

const get: (transactionId, key) => Readonly<ArrayBuffer>

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

Retrieves a value for the given key within a transaction.

number

The ID of the transaction

ArrayBufferLike

Key to look up

Readonly<ArrayBuffer>

The value if found, or undefined if the key doesn’t exist

DatabaseError if the operation fails