athena_rs 3.26.3

Hyper performant polyglot Database driver
1
2
3
4
5
6
//! Stable schema-backend facade.
//!
//! This module keeps the schema route backend resolution surface centralized
//! while the concrete implementation lives in `catalog_route_context`.

pub(super) use super::catalog_route_context::{SchemaBackend, require_schema_backend};