sqlite-net is an open source, minimal library to allow .NET and Mono applications to store data in SQLite 3 databases.
I am building a Xamarin mobile app, and I have a set of products that I get from a rest …
c# sqlite xamarin sqlite-net sqlite-net-extensionsIn UWP, I enjoy the benefits of using SQLite.Net-PCL, creating classes to be used in apps as ObservableCollections to …
c# uwp sqlite-net sqlite-net-extensionsI have seen references to changes in SQLite-net that supports multi-column unique constraints. I know it can be done directly …
c# xamarin sqlite-net