-
Let's say we have
Usually we need NSFileCoordinator to coordinate access, but I read somewhere that SQLite has some multi-process protections when reading or using transactions. As I couldn't find specific info in the documentation - does SQLite itself or GRDB take care of coordinating access in such a scenario, or do we still need to use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello @hannesoid, please check the Sharing a Database guide, full of Don't miss the initial advice of the guide:
|
Beta Was this translation helpful? Give feedback.
Hello @hannesoid, please check the Sharing a Database guide, full of
NSFileCoordinator
and other tips and techniques.Don't miss the initial advice of the guide: