SQLite Forum

Updating in-process connections on write
Login
There is.  `PRAGMA data_version'` <https://sqlite.org/pragma.html#pragma_data_version> 

However, the data_version will not change if the request is not made when no transaction is in progress on that connection, even if a change was previously committed on another connection.