athena_rs 3.26.1

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
//! Compatibility facade for the extracted `athena-query` query-builder helpers.

pub mod condition;
pub mod operator;

pub use athena_query::query_builder::*;