Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

goforu/Mysql-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Introduction

Mysql Tracker can automatically generate mysql code which can create some triggers on target database. With these triggers, database would check every update&delete action. If condition meets, it would capture these changes and put them into history table.

When track

  • Every Delete Action can be captured. It would push all the deleted rows to history table.
  • Update Action would be captured Only in stituation where at least one column changes from non-empty to any status.

Addition

You can also filter some columns(Changes can be ignored)

Notice

Each table should contain an 'id' column which sets as a primary key.

About

Automatically generate Triggers which can track every updates&delete on Mysql DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages