Wara112
(TheDevGuy)
September 16, 2023, 9:33am
#1
Hello i wanted to use a external database like mysql to store data in my game instead of roblox datastore i found
[40b57d1c04771521a6feecdd4140dd0d8813b8d0_2_690x120]
Use MySQL in your ROBLOX servers easily with BLOXsql by RAMPAGE Interactive. Simple require() functions to start using your database!
Docs
https://docs.bloxsql.rampagestudios.org/
Some Examples
local RAMPAGEPluginHook = require(6401987963)
local settings = {
SQL = {
-- Insert your real mySQL Administrator account details here or get your own from RAMPAGE Interactive for free at
-- https://bloxsql.rampagestudios.org/get-account/ (CO…
The only issue is that you put the login information in a script,
Imagine you fire one of your devs and they get mad and leak your game.
Your entire database would be leaked and compromised.
Is there a way to safely store these values without anyone seeing them except the game owner?
if not roblox should definitely add something like it.
VSCPlays
(VSCPlays)
September 16, 2023, 9:53am
#2
This is a repost since I replied to the wrong topic
Did you check about the RDC 2023? They will add that
We also announced Secret Store for HTTPService, a new service to securely store secrets like API keys and credentials separate from your code. You can set your secrets in the Creator Dashboard or through Open Cloud APIs and refer to them in code by a reference key.
Coming later this year: Secret Store for HTTP Service will securely store your secrets like API keys and credentials separately from your code
but for now, there isn’t
also this belongs in #help-and-feedback:scripting-support
also the OP recommends you to use this instead
Information
BLOXsql was a community resource made by vq9o back in February which allows you to connect your mySQL to Roblox and run mySQL commands. The resource no longer works due to it being discontinued so I remade it so that others can still make use of mySQL databases in Roblox!
Use MySQL in your ROBLOX servers easily with BLOXsql by RAMPAGE Interactive. Simple require() functions to start using your database!
Source Code
Support Me
Docs
https://docs.bloxsql.harrystech.xyz/
Contact …
2 Likes
Wara112
(TheDevGuy)
September 16, 2023, 10:58am
#3
Looks like i missed that part of RDC23 thanks for telling me though
system
(system)
Closed
September 30, 2023, 10:59am
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.