//! DML executor for INSERT/UPDATE/DELETE operations.
//!//! This module provides helpers to execute DML plans against the storage layer
//! while enforcing constraints and maintaining secondary indexes.
moddelete;modinsert;modupdate;pubusedelete::execute_delete;pubuseinsert::{execute_insert, execute_insert_rows};pubuseupdate::execute_update;