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:
Maxime Van Hees
2025-09-22 15:29:58 +02:00
parent 8e044a64b7
commit bd34fd092a
3 changed files with 140 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum BackendType {
Redb,
Sled,