mysql-events icon indicating copy to clipboard operation
mysql-events copied to clipboard

A node package that watches a MySQL database and runs callbacks on matched events.

Results 32 mysql-events issues
Sort by recently updated
recently updated
newest added

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.