athena_rs 3.3.0

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