setTableNameFilters Method @beta
Restrict iteration to changes from the named SQLite tables. That means the rows for changes from other tables will be skipped entirely and won't be visible through the reader.
setTableNameFilters(tableNames: Set<string>): void
| Parameter | Type | Description |
|---|---|---|
| tableNames | Set<string> | SQLite table names to include. Note: Table names must be provided in the correct case for proper filtering. |
Returns - void
Defined in
- backend/src/ChangesetReader.ts Line 248
Last Updated: 05 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.