Skip to main content

Module client_storage

Module client_storage 

Source
Expand description

§Pluggable client-side key-value store

The ClientStorage trait and its bundled backends — an in-memory store for tests and a SQLite store for native deployments. The WASM client crate supplies an IndexedDB implementation on top of the same trait.

Modules§

client_storage
Pluggable client-side persistence
mem_client_storage
In-memory ClientStorage implementation
sqlite_client_storage
SQLite-backed ClientStorage implementation