You can use SQLite to store and retrieve data in a light-weight database on the users device. This guide shows you how. Some benefits of using SQLite for local storage ️ SQLite is light-weight and ...
SQLite is a server-less, embedded database engine. This article explains how to use the SQLite library included in the SDK, package your own SQLite library in a Universal Windows app, or build it from ...