Is there any way to check when the latest SQLite db update?Alternatively, is there a way to do this for a specific table?
Since SQLite is a file db, I think I can see the date in the file, but I'm not sure I can rely on this.
I know this is an old post, but if anyone else reads this, see this post:
Android checks when a table has been updated
I believe this can be achieved by SQLite TRIGGERS