athena-driver 3.16.4

Backend driver primitives for Athena, starting with Scylla and Supabase health-aware clients
Documentation
1
2
3
4
5
6
7
8
9
//! Portable PostgreSQL helper modules used by Athena driver surfaces.
//!
//! These modules stay below the server runtime boundary and can be shared by
//! gateway, scheduler, and future standalone driver consumers.

pub mod column_resolver;
pub mod json_row_expr;
pub mod raw_sql;
pub mod schema_cache;