My game will need to access an external data source to
1.load users game progression
2.calculate match result between 2 users (think football manager but not as complicated)
3.leaderboards
So the game wont need to read write live it will be more batched instances at infrequent intervals.
My day job is a SQL Server Developer so out of familiarity I’m leaning towards SQL Server 2014 express hoping to avoid making a website everything will be stored in the db.
My question with the above in mind is this the correct way to go about it? Or is there a better/ simpler way of achieving what I need.
If I do go down the website/ MySQL route is there any cheap (or free :D) provider you could recommend?
