I have a project where I will develop an android application and a website. They both should share the same database. I am trying to explore all the options and I am really confused.
Here are my requirements: 1- I need an extremely simple and EASY way. I am not trying to learn; I am just trying to get things done.
2- The database design includes relationships and foreign keys. Therefore, I need a relational database.
3- The users of the android app are limited; as it is not an app that will be on the store. And the rate of querying the database is not extensive, but the data stored will continuously increase. So, I guess scalability is important.
4- I do not have complex data types. Probably just text and numbers, although storing images would be nice, too.
5- I also want to mention that push notifications are needed.
I appreciate if you can provide me with examples for the option you recommend. I need to start as soon as possible.
Thank you