//! Repositories owned by the database crate itself.
//!
//! Only repositories that are part of the platform-level schema (services
//! registry, cleanup utilities, database introspection) live here. Domain
//! repositories live in their respective domain crates.
pub use PgDbPool;
pub use CleanupRepository;
pub use DatabaseInfoRepository;
pub use ;