The Xamarin documentation and examples I have read shows using lock() around the database calls. However I don't see any reference to locks in the SQLite.NET PCL documentation. What about using the SQLite.NET PCL Async version, does it still require locking?
↧