I'm currently using per-player yml files to store some basic state variables per player, but I want to expand it.
In doing so, I'd like to cleanup my code and use a database & API of some sort, but I don't know which.
I'd like to avoid using something like MySQL that requires server owners to set it up, so I was thinking some sort of flatfile database.