Skip to main content
Version: Next

KvOptions

KvOptions

Configuration options for the KV store

Signature
interface KvOptions {
enableWAL?: boolean;
namespace?: string;
}

enableWAL

property
boolean

Enable Write-Ahead Logging for better performance and durability

namespace

property
string

Namespace for the key-value store table