So I’m trying to make an external database for multiple purposes,
Using DataStorages when the game has no players inside it
Editing DataStorages through third-party services at any time
But in order to achieve it, I have to use external databases which are hosted 24/7
Questions:
(1) What database do you recommend for a cheap and a fast server
(2) How can I send data to the server and receive
(3) How can I edit the data through third-party services
Well, my project is mainly based on databases which connect between Roblox games and Discord Bots giving the bot the permission to edit datas and 24/7 usage, so this is a main case.
Yeah, I made my own database on replit using nodejs since replit provides an inbuilt database library similar to that of roblox. However, I do not know if it is suitable for games which have a huge player count