// SPDX-License-Identifier: Apache-2.0
// Copyright 2024-2026 Dragonscale Team
//! Pluggable storage backend abstraction.
//!
//! This module defines the [`StorageBackend`] trait that all storage backends
//! must implement, along with supporting types for queries, writes, and
//! index management.
pub use ;
pub use StorageBackend;
pub use *;