athena_rs 3.26.1

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
8
//! Legacy missing-table adaptation facade for `/debug/schema`.
//!
//! This module preserves a stable import surface while splitting legacy
//! missing-table compatibility concerns by domain:
//! - `debug_legacy_missing_tables_contracts`
//! - `debug_legacy_missing_tables_builder`

pub(super) use super::debug_legacy_missing_tables_builder::build_logging_schema_debug_legacy_missing_tables;