athena_rs 3.22.1

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