Skip to main content

Module types

Module types 

Source
Expand description

Domain types — owned, plain Rust mirrors of the SQLite tables.

Conversions to/from rusqlite::Row live alongside each type so the query bodies elsewhere in the crate stay short.

Structs§

Action
Row of actions. Auditable record of one primitive call.
ActionFilter
Filter for Store::list_actions.
ActionInsert
What Store::record_action takes.
Annotation
Row of annotations.
AuthBlobMeta
Metadata for a stored auth blob.
Mark
Row of marks.
Page
Row of pages.
Session
Row of sessions.
SkillEntry
Row of skill_cache.
StoredRef
Row of refs.

Enums§

AnnotationTarget
What an annotation targets.
SessionStatus
Lifecycle of a session.