remove sqlite code

This commit is contained in:
Paul Robertson
2024-06-26 19:11:15 -04:00
parent fb758f5f4b
commit 624cd2acfa
4 changed files with 2 additions and 370 deletions

View File

@@ -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;