defaultRuleGroupProcessorTanStackDB
constdefaultRuleGroupProcessorTanStackDB:RuleGroupProcessor<TanStackDbWhereCallback>
Defined in: packages/core/src/utils/formatQuery/defaultRuleGroupProcessorTanStackDB.ts:22
Default rule group processor used by formatQuery for the "tanstack_db" format.
Returns a WhereCallback suitable for TanStack DB's .where() method.
Example
const where = formatQuery(query, { format: 'tanstack_db', context: { tanstackDb: tsdb } });
const results = useLiveQuery(q => q.from({ todo: todosCollection }).where(where));
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.