SQLite Forum

Can -wal -shm files be deleted if -wal file is empty?
Login
I see some -wal -shm files left on my disk when there are no sqlite3 processes running. The -wal file is empty. In this case, I can just delete the -wal and -shm files. Thanks.