Optimal Database to be used for metro apps?

∥☆過路亽.° 提交于 2019-12-08 06:31:43

问题


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.


回答1:


http://www.infoq.com/news/2012/07/sqlite-metro-winmobile

http://wp.qmatteoq.com/using-sqlite-in-your-windows-8-metro-style-applications

http://timheuer.com/blog/archive/2012/05/20/using-sqlite-in-metro-style-app.aspx

SQLite on WinRT is probably your best bet...

Chad




回答2:


IMO you forgot about one more solution. This solution probably will be best for you. Use external DB and webservice/webapi to communicate with it. In my project I'm using Azure SQL. I communicate my Metro app with it by webapi that is published in cloud.



来源:https://stackoverflow.com/questions/11707891/optimal-database-to-be-used-for-metro-apps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!