Hacker News new | ask | show | jobs
by klysm 627 days ago
XML is human readable, but barely. I do not trust any executable other than SQLite, postgres and a few others to correctly manage state on disk without corrupting it.
1 comments

Arguably, XML’s schemas are better than SQLite’s constraints, especially in this domain.
Yeah I get that SQLite technically has weak schema constraints, but it's rarely a problem in practice. I'm far more concerned about messing up with the filesystem and losing data.