- Use my own db with windows8 and SQLiteMetro
- using SQLiteMetro;
- Database db =new Database(Path.Combine( Windows. Storage .ApplicationData. Current. LocalFolder. Path, "test.db"));
- var root = Windows.Storage.ApplicationData.Current.LocalFolder.Path;
- using (var db = new SQLiteConnection(Path.Combine(root, "test.db"))