summaryrefslogtreecommitdiff
path: root/src/db.rs
AgeCommit message (Expand)AuthorFilesLines
2024-01-01chore: fix silliness found by clippyLars Wirzenius1-8/+2
2022-05-03test: add test for storing, retrieving u64::MAX values in JSONLars Wirzenius1-1/+0
2022-05-03feat! only store signed 64-bit plain integers in databaseLars Wirzenius1-1/+14
2022-05-03refactor: add a type for plain integers we store in a databaseLars Wirzenius1-11/+16
2022-03-06refactor: add a low level SQLite wrapperLars Wirzenius1-0/+629