Defined in: packages/db/src/types.ts:587
Options for getting current state as changes
• T extends object = Record<string, unknown>
optional where: (row) => any;
optional where: (row) => any;
Defined in: packages/db/src/types.ts:591
Filter the current state using a where expression
SingleRowRefProxy<T>
any
optional whereExpression: BasicExpression<boolean>;
optional whereExpression: BasicExpression<boolean>;
Defined in: packages/db/src/types.ts:593
Pre-compiled expression for filtering the current state