Remix.run Logo
avinassh 2 days ago

> Giving developers that option would require SQLite to change the way it writes WALs, which would increase overhead.

Yes! But I am happy to accept that overhead with the corruption detection.

lxgr 2 days ago | parent [-]

But why? You'd only get partial corruption detection.

As I see it, either you have a lower layer you can trust, and then this would just be extra overhead, or you don't, in which case you'll also need error correction (not just detection!) for the database file itself.