Jump to content

What db should i use in HTML5 game development to be able easily convert it into android webview game?


altergo
 Share

Recommended Posts

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


Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...