SQLite Forum

Database change counter in WAL mode
Login
Is there a reason SQLite doesn't bother to update the [change counter](https://www.sqlite.org/fileformat.html#file_change_counter) of the main database file while in WAL mode? I'd like to be able to determine the "version" of the database after the connections have been closed. Is this in anyway possible?