garage/src/db
Alex 2c2e65ad8b
All checks were successful
continuous-integration/drone/push Build is passing
Merge commit 'ec12d6c' into next
2022-12-11 18:41:15 +01:00
..
bin Fix garage_db build on 32-bit systems 2022-06-09 14:55:20 +02:00
Cargo.toml put sled as default feature in garage_db 2022-11-21 14:08:21 +01:00
counted_tree_hack.rs Abstract database behind generic interface and implement alternative drivers (#322) 2022-06-08 10:01:44 +02:00
lib.rs Return more info when layout's .check() fails, fix compilation, fix test 2022-11-08 14:58:39 +01:00
lmdb_adapter.rs Uniformize tracing::* imports (hopefully fixes 32-bit build) 2022-07-15 18:31:19 +02:00
sled_adapter.rs improve internal item counter mechanisms and implement bucket quotas (#326) 2022-06-15 20:20:28 +02:00
sqlite_adapter.rs Uniformize tracing::* imports (hopefully fixes 32-bit build) 2022-07-15 18:31:19 +02:00
test.rs Fix conditional testing in garage_db 2022-10-14 18:27:18 +02:00