Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dm-zhuk/goit-node-hw-sequelize
- Owner: dm-zhuk
- Created: 2024-07-29T19:53:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T11:21:06.000Z (3 months ago)
- Last Synced: 2024-07-30T14:35:03.666Z (3 months ago)
- Language: JavaScript
- Homepage: https://dm-zhuk.github.io/goit-node-hw-sequelize/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).