help wantedquestion
Repository metrics
- Stars
- (329 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
I also accounted the same issue #17 when access database in multithread . Now I use synchronized for all db manipulations(both read and write) , so that only one thread to access db to prevent these issue. Any other good suggestion Or you can add multi thread access support in next release?