Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 735 Bytes

Readme.md

File metadata and controls

23 lines (14 loc) · 735 Bytes

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