fix: changes to update to the last database engine trait definition
This commit is contained in:
parent
1cc41937bd
commit
f9977ca64f
2 changed files with 12 additions and 7 deletions
|
@ -18,7 +18,12 @@ pub mod rocksdb;
|
|||
#[cfg(feature = "persy")]
|
||||
pub mod persy;
|
||||
|
||||
#[cfg(any(feature = "sqlite", feature = "rocksdb", feature = "heed", feature="persy"))]
|
||||
#[cfg(any(
|
||||
feature = "sqlite",
|
||||
feature = "rocksdb",
|
||||
feature = "heed",
|
||||
feature = "persy"
|
||||
))]
|
||||
pub mod watchers;
|
||||
|
||||
pub trait DatabaseEngine: Send + Sync {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue