Minecraft – n online storage option that can connect with Computercraft

minecraft-computercraftminecraft-java-edition

I want an online storage that can connect with Computercraft in minecraft which uses lua.

Is there some sort of online database, like mysql, that I can use in lua without installing external programs?

I only have access to Computercraft computers in-game. And, I cannot install an external program such as luasql. Is there any other way?

http://www.keplerproject.org/luasql/

Best Answer

You could, if you have the HTTP api enabled, use a PHP script that would give you the response to your Post requests. You could also update your database with the post request should you program it correctly. Check this link.