Skip to main content

Module tenant_postgres_config_store

Module tenant_postgres_config_store 

Source
Expand description

Tenant-scoped PostgreSQL-backed PushConfigStore implementation.

Adds a tenant_id column to the push_configs table for full tenant isolation. Uses TenantContext to scope all operations.

Requires the postgres feature flag.

Structs§

TenantAwarePostgresPushConfigStore
Tenant-scoped PostgreSQL-backed PushConfigStore.