rodrigogs / mysql-events

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

Add listener for alter table statements #52

Open tejush1998 opened 6 months ago

tejush1998 commented 6 months ago

This will allow for your mysql-listener to listen to alter statements by checking type of event as 'query'. This will help in logging any changes done to mysql schema.