简体   繁体   中英

Online storage for iPhone , android apps and alternates to custom webservices

For my previous iPhone or android apps to store data online, I use either asp .net & ms-sql or php-mysql server. I create stored procedures then web-services in php/asp .net and interact to those services by my mobile app.

That all works fine.

But for manipulating even a single table I have to do a lot of work. Is there some pre-made framework by which I only create table and store and data retrieval from table is automatic and I don't have to create web-services.

I hope there must be some pre-made framework for this, is there? And if its there then how can I use that.

Thanks,

您可以尝试使用亚马逊简单数据库,付费SaaS,不仅框架,带有API的数据库平台(NoSQL)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM