issues
search
Techtonica
/
keyboard-shortcuts-practice
https://techtonica.github.io/keyboard-shortcuts-practice/
27
stars
56
forks
source link
Resolves #65 - Finish ORM Setup
#91
Closed
vegetabill
closed
4 years ago
vegetabill
commented
4 years ago
Ensure we can connect to the DB before launching Express
Use sqlite for normal dev mode; postgres for production
Upgrade sequelize and postgres npm packages since the versions we were using hung trying to connect to pg
Use the sequelize.sync functionality to automatically setup any table(s)