Export or view all contents of a datastore

Hi! We are looking to view all of the information in our datastore at once instead of going through a bunch of individual keys, we need to see everyone’s amount of cash at once.

1 Like

You could loop thru all the data and print it to the output via command line.

1 Like

How could I do that? That would definitely work.

You can’t do this currently, if you really needed this though you should use your own database and save the data to that database.

Sorry, I haven’t used datastores yet so I wouldn’t know how to retrieve the data. It should be pretty simple though

surely if your have all the data in one table and store and fetch that table to/from the datastore you will have all the data you need in one fetch.