// SPDX-License-Identifier: MIT OR Apache-2.0
//! Operation stores.
//!//! An implementation of the [`OperationStore`] trait is provided for [`SqliteStore`].
//!//! [`SqliteStore`]: crate::SqliteStore
#[cfg(feature ="sqlite")]modsqlite;#[cfg(test)]modtests;modtraits;pubusetraits::OperationStore;#[cfg(feature ="sqlite")]pub(crate)usesqlite::OperationRow;