Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embedded database for windows 8 app [closed]

Is there any kind of embed-able database for windows 8 app development?

I was looking for something like Sqlite or etc which integrate with visual studio 11.

like image 366
user1064816 Avatar asked Dec 28 '11 11:12

user1064816


1 Answers

Generic Object Storage Helper for WinRT and WinRTFile Based Database might come in handy.


Also, as @Pavel Minaev implied, Tim Heuer confirmed:

...Please note that while awesome, the SQLWinRT project on codeplex is a wrapper to communicate with the classic SQLite engine...which uses APIs that would not pass store validation currently.

So if you want to go the SQLite route, you'll have to make some modifications to get it to pass app store validation.

like image 82
Jim G. Avatar answered Sep 28 '22 06:09

Jim G.