Skip to main content

SQLWatchOptions

Extends

Properties

PropertyTypeDescriptionInherited from
comparator?WatchedQueryComparator<QueryResult<SqliteRecord>>Optional comparator which will be used to compare the results of the query. The watched query will only yield results if the comparator returns false.-
signal?AbortSignal-SQLOnChangeOptions.signal
tables?string[]-SQLOnChangeOptions.tables
throttleMs?numberThe minimum interval between queries.SQLOnChangeOptions.throttleMs
triggerImmediate?booleanEmits an empty result set immediatelySQLOnChangeOptions.triggerImmediate