hacktober-race
hacktober-race copied to clipboard
Add persistence
We're going to need some way to persist player information so we can store basic data like the number of Hacktoberfest badges they have earned (The number of races won).
I'll work on this after I've implemented https://github.com/LukeGarrigan/hacktober-race/issues/8 — happy to hear any thoughts on it though.
@LukeGarrigan What DBMS are you thinking about?
I've not put too much thought into it yet, to be honest. I'll likely host the game on Amazon Lightsail so whatever integrates swiftly with that will be my first choice @harveysanders
@LukeGarrigan It looks like that leaves you MySQL or PostgreSQL. If you're cool with using Sequelize, I guess the choice is somewhat trivial.