//! Admin-only database surface.
//!
//! Every module here is part of the documented sqlx allowlist: the SQL is
//! either user-supplied or built dynamically against runtime-supplied table
//! names, so compile-time verification is impossible.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use ;
pub use ;
pub use DatabaseAdminService;
pub use ;