Dan Kennedy wrote:

>> So in summary, when I delete a blob, I want it to stay deleted, even from prying eyes with a hex editor - what's the best way to do this in the SQLite model?
>
>
> Tricky question.


So, judging from this and other replies, there isn't a 'safe' way of doing this at the moment with SQLite.

So perhaps I could add some code to sqlite to overwrite deleted data when it is marked as unused/deleted.

If I do this*, is anyone else interested in it? Obviously it would be a compile time option, as it would probably impact performance (but not to a level that matters for my application).

Tim

* Assuming I don't go insane trying to work out how sqlite works.

Reply via email to