athena_rs 3.26.2

Hyper performant polyglot Database driver
Documentation
1
2
3
4
#[actix_web::main]
async fn main() -> anyhow::Result<()> {
    athena_rs::runtime::run_cdc_websocket_runtime().await
}