MewsData - A powerful datastore module

Wouldn’t UpdateAsync work better instead of SetAsync?

1 Like

yes this uses UpdateAsync im planing on updating it a bit to make it even better

Ive used this module for a bit now and Ive got a few things to mention.

1.) What makes this any better than Datastore2?
I know it is unique in its own way but why would people want to use this over DS2?

2.) Makes for easier saving and takes up less time to write an enitre Datastore.
It does cut some time off of making a completely new Datastore but it doesnt really make much of a difference.

3.) Maybe it should be possible to write some auto saving functions as mentioned by @recanman

Aside from this though, I think this is a really neat module and it could be used by more begginer programmers to give them a nice feeling to what a real datastore Should look like.

2 Likes

Hi.

I’m aware this is a VERY late reply, however, I’m curious about this system.

Does this bypass the rate-limits for datastores, similar to DataStore2? How secure is it? If you wish, we can get in contact over discord @ luc#8934

look at the source code, its pretty simple :slight_smile:

What do I do if I’m trying to change a Value? Do I do Load_Table_Data each time I do?

Just change it normally! This module only loads and saves data!