aboutsummaryrefslogtreecommitdiff
path: root/src/db/sqlite_adapter.rs
Commit message (Expand)AuthorAgeFilesLines
* garage_db: refactor transactions and add on_commit mechanismAlex Auvolat2023-09-211-5/+5
* cli: prettier table in garage statsAlex Auvolat2022-12-131-0/+4
* Uniformize tracing::* imports (hopefully fixes 32-bit build)fix-32bit-buildAlex Auvolat2022-07-151-2/+0
* Background task manager (#332)Alex2022-07-081-1/+1
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-0/+10
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-0/+500