I have a Java program that is connected to a SQLite3 database.
I want to know if there is a way for my program to be notified if a record is added or deleted from a table (not necessarily from my program). I was thinking triggers but can't find any examples of how to hook my Java code to a trigger.