Skip to main content

Module store

Module store 

Source
Expand description

SQLite-backed row store (async CRUD via tokio::task::spawn_blocking).

Structs§

AliasRecord
A row returned from the _aliases table.
ReplaceResult
Result returned by Store::replace_string_field.
RowRecord
A single stored row returned by CRUD operations.
Store
Async CRUD store backed by a single SQLite table.

Enums§

UpdateMode
Update semantics for Store::update.