Scope of audit is to generate a file that you can run in MySQL fin order to modify the target schema for auditing.
This is accomplish adding triggers for each audited table that will catch the not authorized modifications.
All the modification will be then saved in a parallel schema that will store all the modified data, in a structure
that is equal to the original one.

 

More documentation to come

 

Code here