Skip to content

feat(ub-pub): AsyncConnection, queryAsObject

Andrii Bezuglyi requested to merge feat/ub-pub_query-as-object into master

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.

Merge request reports