Sounds good! Another question: for simple cases I ...
# squarelibraries
a
Sounds good! Another question: for simple cases I query one statement from the sql file and call
asFlow()
. Now let's say the repository is doing some non trivial processing from a database query, maybe calling itself recursively and adding one or more return values from the result (all from the same table though) - how do I wrap my final list into a flow that will refresh itself? Is there a way I can manually create a flow that refreshes from on a given table?