Audit Triggers Generator for MySQL


Audit Triggers Generator for MySQL

Audit Triggers Generator for MySQL is a Windows desktop application that generates audit tables and audit triggers for MySQL database without writing script manually. The purpose of this application is to make software development easy. It creates audit tables (one per table) and three (insert, update and delete) triggers per table. The triggers insert data in the relevant audit table when data is inserted/updated/deleted in a table. The main purpose is to keep history/audit of all the records inserted/updated/deleted in separate tables.

Features:

  • It supports MySQL database.
  • It creates audit tables (one per table).
  • It creates three (insert, update and delete) audit triggers (per table).
  • Audit table keeps history of the inserted/updated/deleted records.
  • You can choose which tables to audit.
  • You can choose which triggers to generate (insert, update, delete or all).
  • Replication of foreign keys.
  • Primary key is automatically detected for each table.
  • Composite primary key is supported.
  • Nullable columns have been handled.
  • Completely indented code is generated.

Video Preview

Please click here to view the video demo.