Thinkful-Ed / node-sql-sequelize-lessons

Extension work on SQL and Sequelize for Thinkful's Node course
https://courses.thinkful.com/node-sql-001v1/unit/1
1 stars 4 forks source link

Upgrade to Sequelize v4 #18

Open benjaminEwhite opened 6 years ago

benjaminEwhite commented 6 years ago

http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html

cklanac commented 6 years ago

While Sequelize is a great library, I'd prefer to move to Knex. The similarities between Knex's syntax and SQL make it much easier for students to learn and comprehend SQL.