Closed ryan-rowland closed 7 years ago
We don't need a whole clunky database to store two variables! Setting it up is a pain in the butt. Let's find an ad-hoc database that will run via npm install so adopters don't need to set up a database themselves.
npm install
https://github.com/ryan-rowland/albion-guildbot/commit/189abb9ca5a0ee498afd1d5f052450dab3c1917c
This was super easy. Easier than using Redis in the first place!
We don't need a whole clunky database to store two variables! Setting it up is a pain in the butt. Let's find an ad-hoc database that will run via
npm install
so adopters don't need to set up a database themselves.