Expand description
ORM-free domain types for the db-archiver.
These types carry archived data between the persistence layer and the archiver binary without any Diesel dependency.
Structs§
- Archival
Boundary - Safe archival boundary: the engine snapshot’s last_command_id plus an age cutoff for non-journal tables.
- Archived
Command - Engine command row for archival (mirrors
engine_commandscolumns). - Archived
Event - Engine event row for archival (mirrors
engine_eventscolumns). - Archived
Order Action - Order action row for archival (mirrors
order_actionscolumns). - Archived
Order Update - Order update row for archival (mirrors
order_updatescolumns).