I am new to windows 8 metro apps development and i need your help in figuring out my doubt about the database support to metro applications ?
i am developing a application which requires reasonably huge amount of data to be stored in its database , it would require many tables and relation between them , with help of this i can fetch the data from database and show it to user , and perform the required operations on it and sync the data when internet connection is there.
Please let me know which is the optimal database for metro applications for me to use in my app.
As per my knowledge these are the present alternatives for database support for metro applications (i might be wrong , please correct me if i am wrong):-
1)IndexedDB 2)SQLite 3)WinRT File Based Database 4)Siaqodb 5)Devart LinqConnect
Thanks in advance.
Your answer might clear doubts of many developers like me about database support , Please feel free to answer it.