logo
Expand description

💽 Storage API

This API enables modules to retrieve and persist arbitrary arbitrary data in named data stores.

Structs

Simple key-value data store which loads values in a lazy way.
Collection of keys in a store
Iterator for keys in a store
Handle to a lazy get request for AsyncStores.
Simple key-value data store for which all values are loaded at startup.
Name of a store
The unique identifier of a user.

Enums

Storage realm, where a store exists.