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!
SQLite is popular among developers for a variety of reasons. Some consider the SQLite database the most convenient database for their iOS app because of its straightforward implementation. The software is lightweight and easy to integrate into devices like mobile phones and digital cameras.
Here are some popular databases to build Android apps and iPhone apps. You can select the best database for your mobile app based on your requirements. MySQL: An open-source, multi-threaded, and easy-to-use SQL database. PostgreSQL: A powerful, open-source object-based, relational database that is highly customizable.
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.
Why not use a simple SQLite file, and sync it through iCloud?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With