Skip to main content

Module postgresql

Module postgresql 

Source
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(...);

Structs§

PostgresDatabase

Enums§

PostgresDatabaseError