aboutsummaryrefslogtreecommitdiff
path: root/src/db/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into nextAlex Auvolat2023-01-041-0/+7
|\
| * cli: prettier table in garage statsAlex Auvolat2022-12-131-0/+7
* | Return more info when layout's .check() fails, fix compilation, fix testAlex Auvolat2022-11-081-2/+0
* | 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