forked from Deuxfleurs/garage
Zdenek Crha
0eef8a69f0
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. |
||
---|---|---|
.. | ||
api | ||
block | ||
db | ||
format-table | ||
garage | ||
k2v-client | ||
model | ||
rpc | ||
table | ||
util | ||
web |