SQLite.Net-PCL icon indicating copy to clipboard operation
SQLite.Net-PCL copied to clipboard

lock

Open econner20 opened this issue 10 years ago • 1 comments

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?

econner20 avatar Jan 03 '16 07:01 econner20

+1

trevoriancox avatar Feb 11 '16 01:02 trevoriancox