athena_rs 3.22.1

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