summaryrefslogtreecommitdiff
path: root/src/db.rs
AgeCommit message (Expand)AuthorFilesLines
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