Hacker News new | ask | show | jobs
by empthought 968 days ago
SQLite works pretty great for managing larger or more dynamic datasets, too; it’s just where concurrent access begins to increase that it stops being appropriate.
1 comments

Concurrent writes, not concurrent accesses. Especially after enabling wal mode.