Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Database refactor #281

Open Zemanzo opened 4 years ago

Zemanzo commented 4 years ago

Description The serverside database code is relatively old, and does not adhere to the structure we defined in our style guide. Furthermore, we would likely want to switch to a more scalable database engine. SQLite is great, but will eventually run into problems when it comes to performance.

Minimum Acceptance Criteria

Qaomen commented 3 years ago

Given issues #85 #87 and what we're currently storing in the database, I wonder if it's worth it to define an entirely new database from scratch. Right now, there's data in there we don't need, or isn't implemented, or is missing. It might be easier to start fresh and get it all set up properly in one go, rather than make several database changes over time.