Skip to content
PACKAGES

appendLogStorage()

Build a single-writer append-only log over a KV tier, serializing all operations in call order for this handle. D85 multi-handle concurrent appends require multiWriterAppendLogStorage.

import { appendLogStorage } from "@graphrefly/ts/storage";
function appendLogStorage(opts: AppendLogOptions<T>): AppendLogStorageTier<T>
ParameterTypeDescription
optsAppendLogOptions<T>Options that configure the helper.

A AppendLogStorageTier<T> value.

import { appendLogStorage } from "@graphrefly/ts/storage";

packages/ts/src/storage/append-log.ts