What are the .db-shm and .db-wal extensions in Sqlite databases?
问题 I am seeing some strange behavior with my application and the state of its database file after running some tests that close the database, delete it, and replace it with a test fixture. When I examine the database file with a tool on my debugging PC, it doesn't match what the application itself seems to be reporting. It's possible that this strange behavior is related to this bug. I noticed that there are two files with the same base name as the database (with the normal .db extension.) The