Search code examples
sqlitelua

How to read from a SQLite database in ROBLOX


I literally have to idea how to do that, I thought of using a HTTP server.


Solution

  • Roblox provides their own cloud hosted database for free use via their DataStore database abstraction API. If you really wanted to, you could create your own database server hosted on something like AWS and allow only specific HTTP headers to retrieve/store information.