Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Sequelize ORM with NodeJS
Rating: 3.4 out of 5(52 ratings)
271 students

Sequelize ORM with NodeJS

Master the use of SQL Databases using simple Object-oriented approach with Sequelize in your NodeJS projects
Created byCoding Blocks
Last updated 8/2018
English

What you'll learn

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

Course content

2 sections9 lectures1h 28m total length
  • Creating Connection10:23

    Create a Sequelize connection in a Node.js project by installing the necessary packages, initializing the project structure, and enabling database access through a practical setup.

  • Creating Model8:30

    Create a model by defining an object that specifies field types, such as a name and a number, to illustrate Sequelize model creation in NodeJS.

  • Insert Entities7:07

    Learn how to insert entities using an ORM in a NodeJS environment, handling data like names, ages, and generations, and defining functions to manage student records.

  • Querying9:35

    Master querying in Sequelize with NodeJS by filtering data such as ages, selecting names, and ordering results by name or age to retrieve meaningful insights.

Requirements

  • Have a basic understanding of Javascript and NodeJS
  • Have an idea of SQL based Databases
  • Understand SQL syntax of basic operations SELECT, INSERT, UPDATE, DELETE

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.

Who this course is for:

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