//! PostgreSQL database backend implementation
//!
//! This module provides native PostgreSQL database support using the `postgres` crate.
//! It includes connection management, query execution, and schema introspection for PostgreSQL.
/// `PostgreSQL` database backend implementation using native `tokio-postgres`
pub