6 ms·
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 singl
by KerrAvon 1y 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.
- tomsmeding 1y agoThis just sounds like you haven't been using transactions. SQLite upholds transaction guarantees.