altergo Posted May 22, 2014 Share Posted May 22, 2014 I can't find a good answer to this question.I want to create an HTML5 game with phaser framework and convert it into Android/iOS app (webview).The game suppose to work a lot with database (update, select)Do any one can suggest me the right way to work to be able after that to convert it with minimal time wasting?Thanks Quote Link to comment Share on other sites More sharing options...
marvster Posted May 22, 2014 Share Posted May 22, 2014 Just take the data base that fit the best in respect of scalability, acid compliance, complexity, integrity and last but not least your own comfort, as they are all easy to import and export.If you just need some key-value store, check mongo, couchDB or cassandra. If you need to map relations, rely heavily on data aggregation or need strong data consistency, go for postgreSQL, mariaDB or mysql. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.