Y
Hacker News
new
|
ask
|
show
|
jobs
by
bourgeoismedia
1248 days ago
You can write from multiple processes and this is enabled by default (see PRAGMA locking_mode [1]). If you've got multiple writers you might have to occasionally handle SQLITE_BUSY and retry.
[1]
https://www.sqlite.org/pragma.html#pragma_locking_mode