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:
Manuel Raimann
2026-02-12 00:00:23 +01:00
parent 705687a42e
commit d122582bf7
7 changed files with 1 additions and 428 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ pub enum Error {
TaskError(String),
/// Returned when a storage operation fails.
#[cfg(any(feature = "journal", feature = "sqlite"))]
#[cfg(feature = "journal")]
#[error("storage error: {0}")]
Storage(String),
}