Using SQLite in Windows Store Apps
Learn you how to add SQLite support to your Windows Store apps. SQLite is a free open source library that provides a self-contained transactional SQL database engine. This video demonstrates how to setup a project to use SQLite as well as how to query, add, update and delete items in …