Install the sqlite-net-wp8 nuget package into your WP8 project: Select Project -> Manage NuGet Packages... Select Online -> nuget.org Search for sqlite-net-wp8 and install the package. Add a reference ...
This repository contains ASP.NET implementation of Microsoft.Data.Sqlite modified to support WinRT for Windows 8.1 and Windows Phone 8.1. It came out of a personal need. I was developing a Windows 8.1 ...
The Windows Runtime stack is currently lacking a local relational database from Microsoft. Never fear, because SQLite is freely available and up to the task. Today I'll be covering how to use SQLite ...
Community driven content discussing all aspects of software development from DevOps to design patterns. SQLite is an incredibly lightweight and remarkably popular SQL-compliant database. In fact, it’s ...
Abstract: The SQLite is an open source embedded database engine. For its advantages of small core, fast and high efficiency, stability and reliability, portability and so on, SQLite is widely applied ...