Skip to main content

Module store

Module store 

Source
Expand description

Pluggable key-value store abstraction.

Modeled after the TypeScript SDK’s Store interface (Cloudflare KV API style). Implementations handle serialization internally.

Structs§

FileStore
File-system backed store. Each key is stored as a JSON file.
MemoryStore
In-memory store backed by a HashMap. JSON-roundtrips values to match production behavior.

Enums§

StoreError

Traits§

Store
Async key-value store interface.