Nuacht

How to install SQLite3 SQLite is an incredibly lightweight and remarkably popular SQL-compliant database. In fact, it’s so lightweight that many microdevices and Linux distributions come with SQLite ...
Using SQLite within in a Windows Store App takes a little work to get set up. But once things are set up, you have a fast and lightweight relational database to leverage within your application. If ...
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 ...