thebigcrafter / KygekTagsShop

A PocketMine-MP plugin that allows players to use tags
https://poggit.pmmp.io/p/KygekTagsShop
GNU General Public License v3.0
10 stars 9 forks source link

Use SQL for storing data #10

Closed KygekDev closed 2 years ago

KygekDev commented 3 years ago

This is a medium to high priority enchantment.

The Config class isn't designed for storing large amounts of data. Thus, using Config for storing data is sometimes highly discouraged.

Because of this, migration to SQL services, such as SQLite, are expected to happen in the coming updates.

KygekDev commented 3 years ago

I have a plan to use LevelDB instead, but I'm unsure if Poggit accepts this.