DataDelve — easy, free datastore editor

The format for the table exported is here: OpenCloudTools/doc/bulk_download.md at master · jlwitthuhn/OpenCloudTools · GitHub.

If you have Python on your computer, you could write a script to convert the table into JSON with the built-in sqlite library: sqlite3 — DB-API 2.0 interface for SQLite databases — Python 3.13.0 documentation. This is a starting point: Convert SQLite Database to JSON file | Kaggle.

There’s probably other ways to do it which you can research, but that’s how I would convert it to JSON.

1 Like

Yea, took me a full day to figure that out. thanks anyways!

(Python sucks)

1 Like

Just got this plugin – first impressions, it’s absolutely stunning and incredibly well-made! I’m incredibly delighted in just using it :smile:

If it’s alright, I do have some nitpicks/slight criticisms:

  1. When you have a lot of DataStore objects, you become unable to scroll all the way back up.
  2. The scroll bar on the right (same picture as above) is a bit hard to make out; would be great to add some spacing between the rightmost edge and it, along with a background on the scroll bar whenever its visible.
  3. Some elements are incredibly clicky and immediately responsive, whilst some UI animations are very slow. The setting color fade-out, and switching between accent colors could perhaps be a bit faster – though this is of course purely preferential & subjective :slightly_smiling_face:
  4. The key info tables (or just any read-only values) may be useful to turn into uneditable TextBoxes, so that the plugin user can still select & copy-paste text. TextLabels by themselves do not allow for this unfortunately
    RobloxStudioBeta_4jowZpNERx
  5. It feels slightly disorienting hovering over rows that do not immediately respond – if not having it a default, then adding a setting for an immediate-mode highlight would be amazing!
  6. this is a big undertaking in itself, but sorted data stores would be an amazing help for debugging leaderboards and the like.
2 Likes

Thanks you for all the feedback! I really appreciate getting replies like this :grinning: If you don’t mind, could you elaborate more on the sorted datastores? There is already support for ordered datastores.

1 Like

Oh, sorry! Maybe I got confused looking at something else. I’ll check again once I have the ability to.

1 Like