Skip to main content

Module note

Module note 

Source
Expand description

Note storage capability — temporal-referential record CRUD.

Structs§

Note
A storage-level note record. Flat, SQL-friendly representation.
NoteFilter
Filter + sort options for NoteStore::query_notes_filtered.
PropertyFilter
A single json_extract(properties, '$.field') op value predicate.

Enums§

FilterOp
Comparison operator for a PropertyFilter on a JSON path.
SortDir
Sort direction for filtered note queries.

Traits§

NoteStore
Temporal-referential note CRUD over the notes substrate table.