It looks like people are really glad about being able to use SQLite within their Metro style apps. I had written two previous posts (Using SQLite in your Metro style app and HOWTO: Build and include SQLite) about this topic. I'm pleased to report that since those posts the SQLite team released a build (3.7.13 as of the datestamp on this post) which also provides the binary (32- and 64-bit versions) pre-compiled for you for inclusion in your Metro style app. You can get them from the SQLite download page.
I've received a few comments/questions that I thought I might clarify in my own opinion (and some facts) about using SQLite in your app.
Creating new databases The first thing to understand is that your app lives in a secure sandbox during operation. This ...
Go to the complete details ...