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§
- Tenant
Aware Sqlite Push Config Store - Tenant-scoped SQLite-backed
PushConfigStore.