Sequelize: Model & Column Casing

InstructorMike Frey

Share this video with your friends

Send Tweet

Javascript and database systems tend to be at odds with regard to how tables and columns should be named. Sequlize provides all the tools necessary to satisfy naming conventions in both your Node.js code and in your SQL database.