Top "Sqlite-net" questions

sqlite-net is an open source, minimal library to allow .NET and Mono applications to store data in SQLite 3 databases.

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
C# SQLite-net define multi column unique

I 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