remove sqlite code
This commit is contained in:
parent
fb758f5f4b
commit
624cd2acfa
4 changed files with 2 additions and 370 deletions
|
@ -6,10 +6,7 @@ mod kvtree;
|
|||
#[cfg(feature = "rocksdb")]
|
||||
pub(crate) mod rocksdb;
|
||||
|
||||
#[cfg(feature = "sqlite")]
|
||||
pub(crate) mod sqlite;
|
||||
|
||||
#[cfg(any(feature = "sqlite", feature = "rocksdb"))]
|
||||
#[cfg(any(feature = "rocksdb"))]
|
||||
pub(crate) mod watchers;
|
||||
|
||||
extern crate conduit_core as conduit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue