Comment by soumitsrah
4 days ago
Nice! I am a huge fan of using process-embedded DBs. Question though: how are you dealing with multi-process access? or does 1 process lock the db?
4 days ago
Nice! I am a huge fan of using process-embedded DBs. Question though: how are you dealing with multi-process access? or does 1 process lock the db?
Answered elsewhere but the tl;dr is lock the db file. The design is multiple readers, single writer.