athena_rs 0.83.0

Database gateway API
Documentation
1
2
3
4
5
6
7
8
9
//! PostgreSQL driver integration.
//!
//! Provides query execution and type casting utilities.
pub mod client;
pub mod column_resolver;
pub mod queries;
pub mod raw_sql;
pub mod sqlx;
pub mod sqlx_driver;