Consider moving to a database storage instead of using JSON files #325
Labels
priority: low
PRs or issues that have low priority.
status: help wanted
Issues or PRs that need further investigation.
type: feature
Features and feature requests.
Right now, all guild and member data is stored in a JSON format. I can go in detail about why this approach is bad, but it all leads down to one thing - inefficiency of JSON compared to databases like SQLite and Postgres. As such, moving data storage to one of these databases would be of great benefit, given that data storage already needs a serious refactor
The text was updated successfully, but these errors were encountered: