This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
0.4.1
- New:
execute
method provides the ability to execute arbitrary SQL statements. - New:
executeAndTrigger
method provides the ability to execute arbitrary SQL statements and
notifying any queries to update on the specified table. - Fix:
Query.asRows
no longer callsonCompleted
when the downstream subscriber has unsubscribed.