[database] Add an in-memory database

This commit is contained in:
Alekos Filini
2020-04-29 18:06:09 +02:00
parent aa93a82904
commit 0988c8b8d5
3 changed files with 633 additions and 86 deletions

View File

@@ -7,6 +7,7 @@ use crate::types::*;
#[cfg(any(feature = "key-value-db", feature = "default"))]
pub mod keyvalue;
pub mod memory;
pub trait BatchOperations {
fn set_script_pubkey<P: AsRef<[ChildNumber]>>(