feat(ub-pub): AsyncConnection, queryAsObject
Add AsyncConnection method queryAsObject
, which acts as query
but returns array of objects.
This would make it consistent with other xxxxxAsObject
methods.
Sometimes, standard updateAsObject
and stuff is not enough and when you need to run a custom method - this function
would be useful.