Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dm-zhuk/goit-node-hw-sequelize

Sequelize ORM exercise
https://github.com/dm-zhuk/goit-node-hw-sequelize

Last synced: about 6 hours ago
JSON representation

Sequelize ORM exercise

Awesome Lists containing this project

README

        

# 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).