//! Entity and relation managers with supporting modules.
//!
//! The [`EntityManager`] and [`RelationManager`] provide typed CRUD
//! operations. Query building and result hydration are handled by
//! internal helpers.
pub use ;
pub use EntityManager;
pub use RelationManager;