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
Brokerimplementation. - client_
data_ store - PostgreSQL-backed
ClientDataStoreimplementation. - db
- PostgreSQL database wrapper with connection pooling and schema initialization.
- orchestrator
- prelude
- state_
backend - PostgreSQL-backed [
StateBackend] implementation. - trigger
- PostgreSQL trigger store implementation.