aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/src/log_reader_reverse.rs
Commit message (Expand)AuthorAgeFilesLines
* Make record iterator call more idiomatic with unwrap_or_elseJan Tuomi2025-01-101-7/+3
* Rework DB interface to use Recordable instancesJan Tuomi2025-01-061-1/+2
* Skip over metadata rows left unused by compactionJan Tuomi2024-11-221-23/+31
* Refactor static DB methods to common moduleJan Tuomi2024-11-091-2/+2
* Implement auto-repair for active metadata fileJan Tuomi2024-11-061-5/+0
* Rewrite everything to use metadata and data files, TODO memtablesJan Tuomi2024-11-041-301/+65
* Refactor in preparation to larger changesJan Tuomi2024-11-021-0/+354