v1.1.0
Minor Changes
- 3bb0212: Added
registerTablesChangedHook
to DB connections which reports batched table updates oncewriteTransaction
s andwriteLock
s have been committed. Maintained API compatibility withregisterUpdateHook
which reports table change events as they occur. Added listeners for when write transactions have been committed or rolled back.