Expand description
SQLite-backed row store (async CRUD via tokio::task::spawn_blocking).
Structs§
- Alias
Record - A row returned from the
_aliasestable. - Replace
Result - 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§
- Update
Mode - Update semantics for
Store::update.