How to restore the .db-shm database

The databases in my backup files are bitwarden.db, bitwarden.db-shm, and bitwarden.db-wal. How can I restore the data?
Snipaste_2024-10-17_19-03-11

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