Expand description
Archiver persistence traits (sync, r2d2 pool).
These traits abstract the SQL layer for the db-archiver binary. All methods are synchronous because the archiver uses a blocking r2d2 connection pool.
Traitsยง
- Archiver
Reader - Read operations for the archiver: boundary discovery and batch fetching.
- Archiver
Writer - Write (delete) operations for the archiver: pruning archived rows.