athena_rs 3.26.1

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
//! Re-export the public CDC websocket event helpers from `athena-wss`.

pub use athena_wss::cdc::websocket::events::{
    EventMessage, EventRecord, has_broadcast, post_event, replay_since, set_broadcast_tx,
    set_event_log_dir,
};