That is awesome. Thanks for the help. Just out of curiosity, is it reasonable to ask what you found? I'm assuming that it was I/O related, but to be honest the code for this beast is hard to wrap my mind around. (Just to be sure I don't offend anyone with that "beast" comment, I'm not saying it is in any way bad. It is just overwhelming and, because of it's C roots, not written like your typical c# app.)
There are a lot of people out there wanting to port WP7 or Windows apps to Metro. This project should be of great benefit for all those people out there wanting to leverage existing code. I still don't understand why MS thinks that there is no place for database access in Metro. This project not only addresses that need, but does it with a pure .Net implementation that keeps it architecture neutral. If I understand the situation correctly, there is an official Metro/WinRT sqlite version in the works, but it is not managed code so you would need separate builds for ARM and Intel Metro apps (See
http://timheuer.com/blog/archive/2012/05/20/using-sqlite-in-metro-style-app.aspx).
Sorry, now I'm rambling. Bottom line, thank you!