Modules§
- admission_
training - SQLite-backed store for RL admission control training data (#2416).
- compression_
guidelines - SQLite-backed store for ACON compression guidelines and failure pairs.
- corrections
- graph_
store - Raw graph persistence trait and
DbGraphStoreimplementation. - overflow
- preferences
- session_
digest SQLiteCRUD for thesession_digesttable — upsert, load, delete.
Structs§
Enums§
- Source
Kind - Discriminant for the skill source stored in the trust table.
Functions§
Type Aliases§
- Sqlite
Store - Backward-compatible type alias. Prefer
DbStorein new code.