Hacker News new | ask | show | jobs
by weaksauce 1534 days ago
sqlite really does very well with reads but not as much for locking writes. not saying it couldn't scale to many users but I think the other person is a bit optimistic on a double entry accounting app being only reads. I would imagine it could certainly easily serve a few hundred though if not a few thousand.
1 comments

SQLite does really well for locking writes as well as soon as you activate the WAL.