blob: 74fbb1d937513de0205062d1b2f203bce81597eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
title: Sequelize
description: One of the most popular ORMs for Node.js
weight: 1
---
Sequelize is a very easy to use ORM for use with NodeJS and it supports multiple database types.
I love sequelize because I don't like writing SQL. One downside to it is that directly running SQL commands is actually much faster.
- Sequelize Tutorial: [Video by PedroTech](https://www.youtube.com/watch?v=Crk_5Xy8GMA)
- Sequelize Documentation: [Official Documentation](https://sequelize.org/docs/v6/getting-started/)
|