I’m looking for an online database to store some data.
I’m creating an app to calculate paramaters for machining metal, plastics etc.
The database consists of at least 2 tables. Category and product details. The tables are linked by ID’s. I’d like the ability to expend the database in order to create users, usergroups and machines. These tables will be linked, so something “select from table x and y where x.id=y.id”.
I’m familiar with MySQLi and PHP.
Storing images online is required as well. Preferable in the database.
Self hosting a database, be it MySQL or a textfile is possible but I prefer an online service for what I hope is easier to use.
Which online database comes in handy? Any suggestions on would to choose? Are there any limitations on storage capacity? Keep in mind images must be stored as well.