|
|
|
|
|
by benbjohnson
1819 days ago
|
|
WAL mode has been added in the last 10 years which handles read concurrency really well IMHO. You’re still constrained to a single writer but that’s not usually a problem as long as you keep your write transactions short. |
|