RoDatabase - Plugin for Datastores

Hello,

I have started creating a plugin to assist in the creation of Datastores with multiple pieces of information.

The plugin provides you with the opportunity to define a classic Datastore but in the form of a Database.

You have a UI to manage your own database, and you can use RoSQL to create tables and set default values for some players (to quickly and efficiently create your table).

Definitions

  • Database: A location that gives you the opportunity to save data.
  • Tables: A repository that contains values, saved in a Database, with no limit.
  • Values: Data saved in a Table, with no limit.

Elements in the plugin

The “database” is a Datastore on Roblox in this case. You obtain the script by clicking on your database in the plugin and selecting “Generate.”

Tables are folders saved on the player, similar to classic leaderstats. Values are saved in the tables, and if you modify them in-game, the changes will be saved, just like a Datastore or database.

Documentation

Get the plugin

  • You can obtain it from my Patreon; every contributor receives all my plugins created before and this one as well, along with updates.
  • You can purchase it from the marketplace for 100 Robux.

Future of the project

My goal is to provide access to real databases saved on a server. If the project has a good start and a good audience, I will create a new version of this.

It will be a new plugin, and you will be able to save, get, and edit everything you want.

The aim is to have a genuine, unlimited database. Here, it stops at a kind of classic Datastore, but imagine a service allowing you to have access to a real database wherever you are!

Example :

  • Get access to every informations about players from a website
  • Modify the datas from anywhere, from a discord bot or a website ?

The datas will be saved on a server bought buy me and the data will be multiplied so as not to lose anything and not used for commercial or other purposes.

3 Likes

I did some fix about the UI of the plugin, in the Values UI, the settings UI was not visible if you had 2 values.

Now there is more space and 2x more values can be added into your tables !

The size of UI is now fixed, if you got bug or any problem, tell me here or in my DMs.

Tables have a limit like values, tell me if you want to be able to add more values or tables in your database. (Can get more than 16 values for each tables and 10+ tables for each database).

I am working on the RoSQL language and the documentation page.

1 Like

Im confused as to what the actual use-case for this would be

1 Like

;>

You know we have to save data and a lot of games need to host their own databases in a server.

And everyone don’t want to code 1k lines just for a datastore, like this you have an UI to do faster.

1 Like

I am working on RoSQL implementation, you will be able to run commands in the next update :>.

I fix some errors and bugs in the code and the plugin will be ready to give you access to this language.

1 Like