Revert "feat: add SQLite storage backend for multi-process optimization"
This reverts commit ed80c59795.
# Conflicts:
# src/lib.rs
# src/storage/sqlite.rs
This commit is contained in:
@@ -8,16 +8,12 @@
|
||||
|
||||
#[cfg(feature = "journal")]
|
||||
mod journal;
|
||||
#[cfg(feature = "sqlite")]
|
||||
mod sqlite;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
#[cfg(feature = "journal")]
|
||||
pub use journal::JournalStorage;
|
||||
use parking_lot::RwLock;
|
||||
#[cfg(feature = "sqlite")]
|
||||
pub use sqlite::SqliteStorage;
|
||||
|
||||
mod memory;
|
||||
pub use memory::MemoryStorage;
|
||||
|
||||
Reference in New Issue
Block a user