SQLite.Net-PCL
SQLite.Net-PCL copied to clipboard
lock
What are the guidelines or recommendations with using lock() with SQLite.NET-PCL? I am working on a Xamarin project and from their documentation and samples (http://developer.xamarin.com/guides/xamarin-forms/working-with/databases/#Xamarins.Forms_PCL_Project and https://github.com/xamarin/xamarin-forms-samples/blob/master/Todo/PCL/Todo/Data/TodoItemDatabase.cs ) they use a lock around the db functions but I don't see locks being used in the SDQLite.NET-PCL documentation and samples. What about using the Async version? Any additional documentation or examples?
+1