athena_rs 3.26.1

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
8
9
10
//! Query-driven schema catalog response orchestration helpers.
//!
//! This module composes query-path loader rows with presentation/error mapping
//! for `/schema/columns` and `/schema/constraints`.

mod columns;
mod constraints;

pub(super) use columns::schema_columns_response;
pub(super) use constraints::schema_constraints_response;