athena_rs 3.18.0

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
//! Legacy gateway update namespace.
//!
//! The active `/gateway/update` handler lives in `crate::api::gateway::fetch::update`.
//! This module remains as the stable home for `table_id_map` so existing imports keep working.

pub mod table_id_map;