skuhl / RobotRemote

0 stars 0 forks source link

Refactor server DB code to use mysql2 instead. #30

Closed BinaryFissionGames closed 6 years ago

BinaryFissionGames commented 6 years ago

All the backend DB code looks like a mess. This is in part because I chose to use the mysql node module, which does not have promise support. However, there exists and extension of this module, called mysql2. This module has support for promises, which would make the code cleaner and just generally better.

BinaryFissionGames commented 6 years ago

Probably done. We may need to reopen this if some bugs occur with the new implementation.