--- 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/)