Module store

Source
Expand description

Exposes methods to set and get for a given table and key, also supports listing keys in a table.

Structs§

StoreCli
Storage configuration.

Enums§

Error
Errors that can be returned by this module’s methods.

Statics§

STORE_PATH 🔒
Where the sqlite database should be stored. Initialized by init.

Functions§

init
Initializes the storage global state as specified in the configuration.
item_get
item_list
item_set
store_path 🔒
table_delete

Type Aliases§

KeyValue