What should I use for the local database in the application to connect to window 8

I want to write a Metro media management application for Windows 8, and I want to save all my metadata for the application in a database based on files that should only be used by the application. Ive already made a similar application for Windows 7, and I used Sql Compact for data, but I'm not sure if sql compact is compatible with win8.

So what should I use to store data in a Metro app?

+5
source share
2 answers

IndexedDB, Metro app javascript, . Metro app javascrip IE10.

+3

SQLITE - , . . ...

+1

All Articles