SQLite-Net Extensions is a very simple ORM that provides one-to-one, one-to-many, many-to-one, many-to-many, inverse and text-blobbed relationships on top of the sqlite-net library.
I am intersted in using SQlite-Net Extensions (https://bitbucket.org/twincoders/sqlite-net-extensions) with Xamarin Forms. I am using Visual Studio 2013, …
sqlite xamarin xamarin.forms sqlite-net sqlite-net-extensionsHow do I specify a foreign key that references a specific property instead of the primary key? For example the …
c# sqlite-net-extensionsI am using SQLite-Net PCL together with SQLite-Net extensions for the development of an application using Xamarin. In my model …
sqlite xamarin sqlite-net sqlite-net-extensionsI 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-extensions