Top "Sqlite-net-extensions" questions

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.

SQLite-Net Extensions Example on Xamarin Forms

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-extensions
How to specify a foreign key property in SQLite-Net Extensions

How do I specify a foreign key that references a specific property instead of the primary key? For example the …

c# sqlite-net-extensions
SQLite-Net Extension both one-to-one and one-to-many relationships between two entities

I 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-extensions
One to Many relationship in SQLite Xamarin

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-extensions
How to make SQLite foreign keys with SQLite.Net-PCL

In 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