athena_rs 3.26.2

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
8
9
10
//! Schema catalog response orchestration helpers.
//!
//! This module composes loaded catalog rows with presentation/error mapping,
//! producing route-ready `HttpResponse` values for non-query catalog endpoints.

mod overview;
mod tables;

pub(super) use overview::schema_overview_response;
pub(super) use tables::schema_tables_response;