Choosing the Best Database for Storing Player Data

I'm currently developing an app that needs to manage a database containing players' information and payments data. So which Db will be best for that
Waiting for Suggestions

Thanks in advance :pray:

1 Like

I believe MySQL will be best. I'm linking a few helpful guides for you.

1 Like

What about Adding Firebase or Spreadsheet is it safe enough or MySql is better than these both

1 Like

If you are comfortable working with MySQL, I would suggest that you continue using it. It'll be a better option for you than Firebase or Spreadsheet.

1 Like

Can you Tell me please
Which one is safe to use?
Fast?

So i can use it because it have payments Data also

Firebase might be a better choice if you use it with Firebase Authentication.

You can use firebase database with firebase authentication...

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.