CIA-Homebrew / BJCP-Scoresheet

Digital form of BJCP scoresheet for beer judging.
GNU General Public License v3.0
8 stars 5 forks source link

Refactor database layer for relational database using ORM #14

Closed PH-Lazurous closed 4 years ago

PH-Lazurous commented 4 years ago

Going to implement relational database for data storage and retrieval. This will greatly expand our capabilities of what and how we do things with the data. I've use Sequelize on other projects with great success. The diverse amount of back end supported systems and simplicity of migrations I think will fit well.