Hacker News new | ask | show | jobs
by mbrodersen 1538 days ago
I suspect that 95% of business applications could be implemented just fine with that architecture. However I would use SQLite instead of a plain file. Just for added commit safety.
1 comments

For simple write patterns like this, I've had better robustness experiences with dumb filesystem access than with SQLite.
That makes sense.