Installing

Sequelize is available via npm (or yarn).

  1. npm install --save sequelize

You'll also have to manually install the driver for your database of choice:

  1. # One of the following:
  2. $ npm install --save pg pg-hstore # Postgres
  3. $ npm install --save mysql2
  4. $ npm install --save mariadb
  5. $ npm install --save sqlite3
  6. $ npm install --save tedious # Microsoft SQL Server