Draft: #7 alternative kv db
Compare changes
Files
8
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 32
− 7
@@ -8,6 +8,7 @@ use serde::{Serialize, Deserialize};
@@ -44,7 +45,17 @@ pub trait Database: Sync {
@@ -80,6 +91,17 @@ pub trait Database: Sync {
@@ -87,7 +109,8 @@ pub trait Database: Sync {
@@ -105,22 +128,24 @@ impl Domain {