Y
Hacker News
new
|
ask
|
show
|
jobs
by
KerrAvon
249 days ago
YMMV. In my experience, concurrent process access to SQLite databases is a one-way ticket to database corruption city. I’ve not had the same problems with single-process concurrent access.
1 comments
tomsmeding
249 days ago
This just sounds like you haven't been using transactions. SQLite upholds transaction guarantees.
link