for instance, in SQL Brite, a reactive DB wrapper,...
# rx
j
for instance, in SQL Brite, a reactive DB wrapper, it emits something called a Query whenever the table changes. There is a single Query object that is emitted each time–the same exact instance. When it emits, you have to call
execute()
to run the actual query and get the results.