goit-node-hw-sequelize

Sequelize is an easy-to-use and promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, DB2, Microsoft SQL Server, and Snowflake. It features solid transaction support, relations, eager and lazy loading, read replication and more.

Моделі можуть визначатися двома способами:

Шляхом виклику sequelize.define(modelName, attributes, options). Шляхом розширення класу Model і виклику init(attributes, options).