//! The explicit-ownership model/query layer over SeaORM (PROGRAM.md AP2.1-6).
//!
//! One responsibility per file (AGENTS.md §1):
//!
//! - [`builder`] — the typed [`Query<E>`] and the blanket [`QueryModel`] trait.
//! - [`paginate`] — the typed [`Page<T>`] / [`Paginated`] pagination.
//! - [`relation`] — eager loading of typed relations.
//! - [`crud`] — insert/update/delete and primary-key lookup, explicit `&Db`.
pub use ;
pub use ;
pub use ;
pub use ;