Im looking for suggestions on an easy to use cloud based solution for a database. I want to use it for a iOS app and with a web interface, mostly for entering data, probably locally at first but it could spawn into a web app eventually.
I dont need a ton of storage or an expensive solution, just something that I really dont have to manage or do much set up, I want to focus mostly on development, create an interface and set up some tables, add some data and then start development on the iOS app.
Any suggestions/comments?
Thank you!
Have you taken a look at Parse? They are mostly focused on simple cloud based backend that you can setup in minutes. They have an SDK that you can integrate into your app.
Parse can work across platforms with Android as well. If you are looking to just implement your app in iOS, you could use a UIManagedDocument class that wraps a CoreData instance of the database locally and can be synced to iCloud.