I've noticed that every time my project runs these files are created.
If I make any changes in the database (for example a new entry) and delete .db-shm and .db-wal files the changes are lost.
1) How to eliminate dependency on these files?
2) What theses files means?
Thank you.
If I make any changes in the database (for example a new entry) and delete .db-shm and .db-wal files the changes are lost.
1) How to eliminate dependency on these files?
2) What theses files means?
Thank you.