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_client_pressure_worker_runtime().await
}