Expand description
§PostgreSQL Database
This module provides a PostgreSQL implementation of the Database trait.
§Overview
- PostgresDatabase: Manages transformation and consumption data using PostgreSQL.
- Error Handling: Defines custom error types for PostgreSQL operations.
§Example
let db = PostgresDatabase::new();
db.register_transform_request(...);