//! Application module — HTTP server, routing, and request handling.
//!
//! Ties together all lower-level modules (api_request, plan, query, auth,
//! schema_cache) into a running HTTP server powered by axum.
pub use ;
pub use create_router;
pub use start_server;
pub use AppState;