Is there a way to detect database events, for example. insert, update and delete, comparable to file access monitors such as JNotify (can you read, create, modify files and directories)?
Looking for something like database event listeners, because I don't want to do polls.
Thank!
source
share