Expand description
sync_operations repository surface.
Mirrors Python’s cognee/modules/sync/methods/
1:1: create / mark started / mark completed / mark failed / update progress
/ list running / lookup by run_id.
Modules§
- repository
SyncOperationRepositorytrait + DTO row.- sea_
orm_ impl - SeaORM-backed
SyncOperationRepositoryimplementation.
Structs§
- SeaOrm
Sync Operation Repository - SeaORM impl of
SyncOperationRepository. Cheap to clone (interiorArc). - Sync
Operation Row - Snapshot of one
sync_operationsrow (every column).
Enums§
- Sync
Operation Status - Status enum used by the repository surface. String values match Python’s JSON column verbatim.
Traits§
- Sync
Operation Repository - Persistence trait for the cloud sync router.