This repository was archived by the owner on Aug 17, 2020. It is now read-only.
0.4.1
- New:
executemethod provides the ability to execute arbitrary SQL statements. - New:
executeAndTriggermethod provides the ability to execute arbitrary SQL statements and
notifying any queries to update on the specified table. - Fix:
Query.asRowsno longer callsonCompletedwhen the downstream subscriber has unsubscribed.