In a webapp it will be updated a table in a SQLite database after a client-side edit of the table.
I'm wonedring if there is a way to invalidate programmatically the reactive object which is based on the database table. I know that i can use reactivePoll, but since i have an exact moment in which i know it will change the dataset, it seems more efficient to invalidate programmatically the object after the update of the database table.