//! `/schema/tables` catalog HTTP handler.
//!
//! This module owns pool resolution and response orchestration for the schema
//! tables endpoint.
use ;
use crateAppState;
use schema_tables_response;
use require_schema_pool;
/// Lists all tables and views visible to the supplied `X-Athena-Client`.
pub async