Free Cloud Database Service for home development [closed]

旧街凉风 提交于 2019-11-29 20:21:52

Have you tried Appharbor.com?

They have a number of free database providers including SQL Server, mySQL, Mongo and Cloudant. They'll also build and test your software providing it's hosted on Github, Bitbucket or Codeplex. If you don't care about that, they'll still give the connection string to work with your winforms apps.

I've never used it but, for minimal use, you can use Amazon SimpleDB.

Free Tier*

You can get started with Amazon SimpleDB for free. New and existing customers receive 25 SimpleDB Machine Hours and 1 GB of Storage for free each month. Many applications should be able to operate perpetually within these free tier limits.

I doubt you're going to be able to find a completely free cloud solution for databases.

Ragic also have a free tier for less than 1000 entries. And paid tier is pretty cheap too for $5 per month.

It should work something like this:

  1. Put the data on an online database with HTTP API like Ragic
  2. Have both your web app and mobile app retrieve and update data to the online database.
  3. Each time the data is update, changes will be reflected on both ends.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!