Skip to main content

Crate rustvello_postgres

Crate rustvello_postgres 

Source
Expand description

PostgreSQL backend implementations for Rustvello.

Provides persistent storage using PostgreSQL, suitable for multi-node production deployments with full ACID guarantees and connection pooling.

Modulesยง

broker
PostgreSQL-backed Broker implementation.
client_data_store
PostgreSQL-backed ClientDataStore implementation.
db
PostgreSQL database wrapper with connection pooling and schema initialization.
orchestrator
prelude
state_backend
PostgreSQL-backed [StateBackend] implementation.
trigger
PostgreSQL trigger store implementation.