Options
All
  • Public
  • Public/Protected
  • All
Menu

A simple RW transaction for simple synchronous key-value stores.

Hierarchy

  • SimpleSyncRWTransaction

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

abort

  • abort(): void

commit

  • commit(): void

del

  • del(key: string): void

get

  • get(key: string): Buffer | undefined

put

  • put(key: string, data: Buffer, overwrite: boolean): boolean

Generated using TypeDoc