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

Monitoring type: ALTER, CREATE #35

Open abdidarmawan007 opened 3 years ago

abdidarmawan007 commented 3 years ago

hi its possible for monitoring DDL Data Definition Language

CREATE - to create a database and its objects like (table, index, views, store procedure, function, and triggers) ALTER - alters the structure of the existing database DROP - delete objects from the database TRUNCATE - remove all records from a table, including all spaces allocated for the records are removed COMMENT - add comments to the data dictionary RENAME - rename an object