Hi,
What are the options available in metro programming in terms of databases? Is there something like SQLite or any other database option?
I would like to store some user created stuff in a local database.
Thanks.
SQLite is available for Windows Store apps.
--Rob
You may use ApplicationDataContainer for storing your application data.
See following links
Application data sample