athena_rs 3.23.0

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
//! Compatibility re-export for shared Actix-facing request wrappers.

pub use athena_actix::headers::{
    request_context, response_headers, x_athena_client, x_athena_deadpool_enable,
    x_athena_insert_window, x_company_id, x_jdbc_url, x_organization_id, x_publish_event,
    x_strip_nulls, x_user_id,
};