Y
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
kragen
1537 days ago
For simple write patterns like this, I've had better robustness experiences with dumb filesystem access than with SQLite.
link
deterministic
1536 days ago
That makes sense.
link