Sequelize ORM with NodeJS

Master the use of SQL Databases using simple Object-oriented approach with Sequelize in your NodeJS projects

Ratings: 3.20 / 5.00




Description

Sequelize is a promise-based ORM for node.js, It’s easy to learn and use.  Sequelize has lots of features like Associations,Transaction,Hooks,  Migrations, etc. It also support for MySql, Sqlite, Postgress, MsSql.

Sequelize is feature rich. It has extensive documentation, and makes possible all kinds of needs from the database, very very easy to implement.

What You Will Learn!

  • Understand how ORMs work
  • Use SequelizeJS with NodeJS
  • Create complex relationships in their databases in form of objects

Who Should Attend!

  • Beginner to Intermediate NodeJS Developers wanting to upgrade their Skills
  • NodeJS Developers trying to understand how to use RDBMS systems like MySQL, PostgreSQL, MSSQL