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

Add listener for alter table statements #52

Open tejush1998 opened 3 months ago

tejush1998 commented 3 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.