summaryrefslogtreecommitdiff
path: root/src/db.rs
AgeCommit message (Collapse)Author
2026-02-08Replace fetch time with expiry timeJesper Jensen
This should make it easier (possible) to query for expired images
2026-02-07Start to peel apart the update loopJesper Jensen
I also moved over to passing borrows of the time. This should have been a separate commit, but i forgot.
2026-02-07Pull out database code for easier testing (later)Jesper Jensen