Y
Hacker News
new
|
ask
|
show
|
jobs
by
hd4
2868 days ago
For some reason, I had the idea that this was always the case with SQLite, at least for the last 10 years or so.
1 comments
blattimwind
2868 days ago
In WAL mode, readers don't block writers and vice versa, but there can still only be one writer active at any given time.
link