The databases in my backup files are bitwarden.db, bitwarden.db-shm, and bitwarden.db-wal. How can I restore the data?
Restore all those database files.
As there might still be unprocessed writes in the shm and wal files.
Thank you for your reply, I have solved the problem.
Modify the file name directly
bitwardeb.db → db.sqlite3
bitwardeb.db-shm → db.sqlite3-shm
bitwardeb.db-wal → db.sqlite3-wal