▲ | CGamesPlay 2 days ago | |
This, exactly. Especially since these files are basically the "this database was not cleanly closed" markers for SQLite. From SQLite's docs: > If the last client using the database shuts down cleanly by calling sqlite3_close(), then a checkpoint is run automatically in order to transfer all information from the wal file over into the main database, and both the shm file and the wal file are unlinked. |