SQLite.Net-PCL
SQLite.Net-PCL copied to clipboard
Thread safe?
Is this database thread safe? If so, how can I check this? If not, how can I access the database safely from multiple threads?
sqlite is by default thread safe if it is compiled with the right flags. thread safety is and must be implemented in the loweste layer nearest the core of the sqlite, and as far it is compiled correctly it is thread safe.
BUT see also #272
"SQLite is thread safe, but cannot be simultaneously accessed by multiple threads." ?
- https://forums.xamarin.com/discussion/549/sqlite-net-and-multiple-threads