hacktober-race icon indicating copy to clipboard operation
hacktober-race copied to clipboard

Add persistence

Open LukeGarrigan opened this issue 4 years ago • 4 comments

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).

LukeGarrigan avatar Oct 03 '19 18:10 LukeGarrigan

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 avatar Oct 05 '19 07:10 LukeGarrigan

@LukeGarrigan What DBMS are you thinking about?

harveysanders avatar Oct 05 '19 17:10 harveysanders

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 avatar Oct 06 '19 20:10 LukeGarrigan

@LukeGarrigan It looks like that leaves you MySQL or PostgreSQL. If you're cool with using Sequelize, I guess the choice is somewhat trivial.

harveysanders avatar Oct 11 '19 23:10 harveysanders