Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bourgeoismedia
on Jan 13, 2023
|
parent
|
context
|
favorite
| on:
SQLite Wasm in the browser backed by the Origin Pr...
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
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] https://www.sqlite.org/pragma.html#pragma_locking_mode