//! Module: db::session::sql::projection
//! Responsibility: module-local ownership and contracts for db::session::sql::projection.
//! Does not own: cross-module orchestration outside this module.
//! Boundary: exposes this module API while keeping implementation details internal.
pub use crate;