athena_rs 3.26.1

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
8
9
//! Observed-table key helper facade for `/debug/schema`.
//!
//! This module preserves a stable helper import surface while splitting
//! relation-key generation and relation-type normalization policy by concern:
//! - `debug_observed_table_relation_key`
//! - `debug_observed_table_relation_type_normalization`

pub(super) use super::debug_observed_table_relation_key::relation_key;
pub(super) use super::debug_observed_table_relation_type_normalization::normalize_relation_type;