Clone the sample and open it in Visual Studio. Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock. Register your license key ...
To run this sample in UWP, install sqLite.Net.Pcl, version v1.0.10 (Only this version of SQLite supports UWP platform, later versions don’t support UWP). using SQLite; public class OrderItem { public ...
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...