athena_rs 3.3.0

Database gateway API
Documentation
//! Backend implementations for the Athena client.

/// # Gateway Backend
/// The Gateway backend is a backend that proxies requests to the Athena gateway.
/// It is used to execute queries on the Athena gateway.
/// It is also used to execute queries on the PostgreSQL backend.
/// It is also used to execute queries on the Scylla backend.
/// It is also used to execute queries on the Supabase backend.
pub mod gateway;

/// The PostgreSQL backend is a backend that executes queries on the PostgreSQL database.
/// It is used to execute queries on the PostgreSQL database.
pub mod postgres;

/// # Scylla Backend
/// The Scylla backend is a backend that executes queries on the Scylla database.
/// It is used to execute queries on the Scylla database.
pub mod scylla;

/// # Supabase Backend
/// The Supabase backend is a backend that executes queries on the Supabase database.
/// It is used to execute queries on the Supabase database.
pub mod supabase;