Skip to main content

Module tenant_sqlite_config_store

Module tenant_sqlite_config_store 

Source
Expand description

Tenant-scoped SQLite-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 sqlite feature flag.

Structs§

TenantAwareSqlitePushConfigStore
Tenant-scoped SQLite-backed PushConfigStore.