// Copyright 2020-2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0
//! This module forms the access layer of the backend which holds the contracts of unified database access operations
//! across all the backends and Bee types.
/// Holds the contract for batch access operation.
/// Holds the contract for delete access operation.
/// Holds the contract for exist access operation.
/// Holds the contract for fetch access operation.
/// Holds the contract for insert access operation.
/// Holds the contract for iter access operations.
/// Holds the contract for multiple fetch access operation.
/// Holds the contract for truncate access operations.
/// Holds the contract for update access operations.
pub use ;