I want to monitor a " .db " continuously to see if it has been updated using python. And when the database is updated, I want to perform a certain task wrt what is updated. Any ideas?
This is the file I want to monitor. I specifically want to monitor the value column for change of bit from 1 to bit 0.