When using <asFlow> I am noticing that my flows d...
# squarelibraries
a
When using asFlow I am noticing that my flows don’t terminate after the data has been provided once. I think that this is the correct behave because SqlDelight wants to send you an update anytime the DB changes and that same SQL query is able to emit an update. However, the question I would like to ask, is there any guidance around the best way to get a single update from the DB? Is using flows in this case an overkill 🙂 ?