athena_rs 3.26.3

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