feat: Integration with persy using background ops

This commit is contained in:
Tglman 2021-06-18 00:38:32 +01:00
parent 5b8d2a736e
commit ab15ec6c32
5 changed files with 275 additions and 1 deletions

View file

@ -15,7 +15,10 @@ pub mod heed;
#[cfg(feature = "rocksdb")]
pub mod rocksdb;
#[cfg(any(feature = "sqlite", feature = "rocksdb", feature = "heed"))]
#[cfg(feature = "persy")]
pub mod persy;
#[cfg(any(feature = "sqlite", feature = "rocksdb", feature = "heed", feature="persy"))]
pub mod watchers;
pub trait DatabaseEngine: Send + Sync {