garage/src/db
Zdenek Crha 0eef8a69f0
All checks were successful
continuous-integration/drone/pr Build is passing
make all garage_db::Engine variants un-conditional
Having all Engine enum variants conditional causes compilation errors
when *none* of the DB engine features is enabled. This is not an issue
for full garage build, but affects crates that use garage_db as
dependency.

Change all variants to be present at all times. It solves compilation
errors and also allows us to better differentiate between invalid DB
engine name and engine with support not compiled in current binary.
2024-01-22 21:12:02 +01:00
..
Cargo.toml Bump version to 0.9.1 2024-01-16 16:28:17 +01:00
counted_tree_hack.rs garage_db: refactor transactions and add on_commit mechanism 2023-09-21 15:35:31 +02:00
lib.rs make all garage_db::Engine variants un-conditional 2024-01-22 21:12:02 +01:00
lmdb_adapter.rs garage_db: refactor transactions and add on_commit mechanism 2023-09-21 15:35:31 +02:00
sled_adapter.rs garage_db: refactor transactions and add on_commit mechanism 2023-09-21 15:35:31 +02:00
sqlite_adapter.rs garage_db: refactor transactions and add on_commit mechanism 2023-09-21 15:35:31 +02:00
test.rs garage_db: refactor transactions and add on_commit mechanism 2023-09-21 15:35:31 +02:00