athena_rs 2.0.2

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