Once I needed to make option to backup sqlite database, so I did it more or less like here: https://stackoverflow.com/a/13504743/6811048 Now because of GDPR I wanted to allow to my users to anonymizing database before backup(they want this option). So I tried to exec 'Update' on db, but it is not a feasible idea. I got db on phone which has no correct data.
Now how I can, in simple way, to achieve anonymous database as file but not to change original one?
I add that I have singleton as SQLProvider which create one instance of db.