aboutsummaryrefslogtreecommitdiff
path: root/src/db/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* cargo fmtMendes2022-10-101-1/+0
* Tests written in layout.rsMendes2022-10-101-1/+1
* Add warnings when features are not included in buildAlex Auvolat2022-09-071-0/+3
* Make all DB engines optional build featuresAlex Auvolat2022-09-061-0/+4
* Uniformize tracing::* imports (hopefully fixes 32-bit build)fix-32bit-buildAlex Auvolat2022-07-151-0/+3
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-0/+6
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-0/+400