Skip to main content

Module archiver

Module archiver 

Source
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§

ArchivalBoundary
Safe archival boundary: the engine snapshot’s last_command_id plus an age cutoff for non-journal tables.
ArchivedCommand
Engine command row for archival (mirrors engine_commands columns).
ArchivedEvent
Engine event row for archival (mirrors engine_events columns).
ArchivedOrderAction
Order action row for archival (mirrors order_actions columns).
ArchivedOrderUpdate
Order update row for archival (mirrors order_updates columns).