shm and wal files are not removed when SQLite database is dropped
Since 6837a618f53d the journal mode is activated with `WAL` so SQLite may create [temporary files](https://www.sqlite.org/tempfiles.html) that should also be removed when the database is dropped.
issue