reifydb_engine/transaction/mod.rs
1// SPDX-License-Identifier: Apache-2.0
2// Copyright (c) 2026 ReifyDB
3
4//! Wraps the typed catalog and storage operations the VM performs inside a transaction, so dispatch handlers
5//! call them by name instead of each wiring up the encoded-key plumbing itself.
6
7#[allow(dead_code)]
8pub mod operation;