athena_rs 3.5.0

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
//! Query endpoints.
//!
//! Currently exposes the SQL query endpoint.
pub mod count;
pub mod sql;