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.
The question is too broad for monitoring by saying you want to monitor the db. With any client tool you may first want to define what you want to monitor. Another approach is to have triggers on every table, which i dont recommend.
Could be the right answer. Pls provide more details why you suggest this approach and its limitations and I will upvote the answer. In this format, however, it feels more like a comment, than an answer.