KvOptions
KvOptions
Configuration options for the KV store
Signature
interface KvOptions {
enableWAL?: boolean;
namespace?: string;
}
Configuration options for the KV store
interface KvOptions {
enableWAL?: boolean;
namespace?: string;
}