GraphReFlyTS

API Reference

walFramePrefix()

Build the namespace prefix for passive WAL frame keys.

Import

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

Signature

function walFramePrefix(namespace: string): string

Parameters

ParameterTypeDescription
namespacestringnamespace value used by the helper.

Returns

A string value.

Example

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

Source

packages/ts/src/storage/wal.ts