// SPDX-License-Identifier: MIT OR Apache-2.0
//! Dependency orderer stores.
//!//! An implementation of the [`OrdererStore`] trait is provided for [`SqliteStore`].
//!//! [`SqliteStore`]: crate::SqliteStore
#[cfg(feature ="sqlite")]modsqlite;#[cfg(test)]modtests;modtraits;pubusetraits::OrdererStore;#[cfg(any(test, feature ="test_utils"))]pubusetraits::OrdererTestExt;