rodrigogs / mysql-events

A node package that watches a MySQL database and runs callbacks on matched events.
BSD 3-Clause "New" or "Revised" License
136 stars 52 forks source link

Doesn't work for Sequel Pro changes? #37

Open sruteesh opened 3 years ago

sruteesh commented 3 years ago

It works great for ORM changes and direct queries, but doesn't seem to trigger for changes made directly using database mangers like Sequel Pro. Any thoughts?