remove rocksdb
This commit is contained in:
parent
902404d48d
commit
df727688ef
8 changed files with 3 additions and 345 deletions
|
@ -3,9 +3,6 @@ use crate::Result;
|
|||
|
||||
use std::{future::Future, pin::Pin, sync::Arc};
|
||||
|
||||
#[cfg(feature = "rocksdb")]
|
||||
pub mod rocksdb;
|
||||
|
||||
#[cfg(feature = "sled")]
|
||||
pub mod sled;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue