reifydb-sub-flow 0.4.11

Flow subsystem for stream processing and data flows
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB

//! Transactional (inline) view processing subsystem.
//!
//! Transactional views are updated synchronously within the same transaction
//! that writes to their source tables, providing immediate consistency.

pub mod interceptor;
pub mod registrar;