I have mobile game engine and I want to keep personal data about game in database like SQLite etc, but in godot which database is best for huge sized game?

  • Toxe replied to this.

    bluecity54 huge sized game

    How huge is huge?

    Also do you want to save the database on the mobile device itself or on a server? If it's on the mobile device then I would go with SQLite.

      Toxe huge like like royal match game about over billion users, mobile device itself, when use close and reopen the mobile device and even delete and reinstall the app they will says same level in mobile game.

      • Toxe replied to this.

        bluecity54 huge like like royal match game about over billion users

        But you don't need/want to store the data of a billion users on each phone. How much data do you need to store in the database on each device?

          Toxe as I mention before game app like royal match, I will keep user levels, score, etc other info in mobile database, I see SQLite is good fit, but I am curious about other option maybe, because I ma new in godot , I was develope many mobile apps with android before and used SQLite also