Hacker News new | ask | show | jobs
by qwertyuiop924 3556 days ago
OTOH, it is a Real DB, if a small one.

And corruptions, while obviously not unheard of, aren't very common. Even in power failure.

1 comments

Yeah- I changed my wording to "scalable". And I appreciate the developers and community around SQLite. It has its uses, and I appreciate it. However, I think it could be better with concurrency.
It can have concurrent reads, and even concurrent read and write, but it doesn't support concurrent writes.