summaryrefslogtreecommitdiff
path: root/src/db.rs
AgeCommit message (Collapse)Author
2026-02-09Take entire row to deleteJesper Jensen
This will be useful if we need to do some locking at some point. It's just nice that the same thing is passed back every time
2026-02-09Same database pattern for imagesJesper Jensen
2026-02-09Nicer database interfaceJesper Jensen
Right now I'm just doing loops, we we can add some batch stuff here later
2026-02-09Remove timestamp from tagsJesper Jensen
These were never needed
2026-02-08Take the registry tags at construction timeJesper Jensen
2026-02-08Add struct to represent image rowJesper Jensen
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