|
|
|
|
|
by olavgg
1100 days ago
|
|
If you want to listen to database changes, check out Debezium. Instead of triggers it takes advantage of the more recent CDC functionality that most SQL Servers has implemented today. The difference is that triggers works on every transaction while CDC works on a redo log file. This makes it possible to transfer database changes with minimal performance impact. |
|
https://github.com/cpursley/walex