Persist backend per database id in admin metadata so restarts and lazy opens always use the correct engine (Sled/Redb)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub enum BackendType {
|
||||
Redb,
|
||||
Sled,
|
||||
|
Reference in New Issue
Block a user