Closed KygekDev closed 2 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.
Config
Because of this, migration to SQL services, such as SQLite, are expected to happen in the coming updates.
I have a plan to use LevelDB instead, but I'm unsure if Poggit accepts this.
This is a medium to high priority enchantment.
The
Config
class isn't designed for storing large amounts of data. Thus, usingConfig
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.