Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
abbeyj
on May 21, 2023
|
parent
|
context
|
favorite
| on:
The end of the accounting search
The FAQ disagrees with you:
https://www.sqlite.org/faq.html#q5
lostdog
on May 22, 2023
[–]
> But only one process can be making changes to the database at any moment in time
mappu
on May 22, 2023
|
parent
[–]
You can open the same SQLite DB from multiple processes and then issue UPDATEs and INSERTs "simultaneously", and SQLite enforces the single-write rule internally with locking - using shared-memory on the same PC or file-locking on NFS-alikes.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: