I think you should use the SQLite.Net-PCL library. He will add two links
- SQLite.Net
- SQLite.Net.Platform.WinRT
You can refer to this URL http://igrali.com/2015/05/01/using-sqlite-in-windows-10-universal-apps/
SQLite is a software library that implements a stand-alone, serverless, zero configuration, transactional mechanism of SQL DBMS. This package contains the SDK extension and all other components necessary for using SQLite to develop UAP applications with Visual Studio 2015. For more information, including full documentation, see the official website http://www.sqlite.org/ .
If you use RTM for Visual Studio 2015 and the SDK 10240, now there is an official (no more preliminary release) SQLite VSIX package that can be downloaded from SQLite.org. Find the Universal Application Platform and you're ready to go! The rest of the blog post should also apply to this version.
source share