spencerlambert / mysql-events

A node meteor package that watches a MySQL database and runs callbacks on matched events.
Other
87 stars 76 forks source link

Events not getting triggered for MySQL Views #46

Open ghost opened 5 years ago

ghost commented 5 years ago

I'm trying to set a watch on a MySQL view, but it is never getting triggered on view update. Doesn't it support view change events?