I’m sending out my DB query in an async block, but...
# coroutines
o
I’m sending out my DB query in an async block, but inside I am not doing await() on the result of the DB query, because the result set I get back cannot be converted to a Deferred