Skip to content

Latest commit

 

History

History
 
 

sequelize-module

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

sequelize ORM

sequelize is an ORM framework to execute RDBMS queries from your NodeJS application to the database.

How to install sequelize and RDBMS associated driver

To install the sequelize dependency run the following command: npm i sequelize

To install the required RDBMS driver (here taking mysql as example) run the following command: npm i mysql2

Node.js sequelize module code examples

Find example code for most creating a connection to database using this module.

ToC

<= Parent