sequelize
https://github.com/sequelize/sequelize
JavaScript
An easy-to-use multi SQL dialect ORM for Node.js
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported60 Subscribers
View all SubscribersAdd a CodeTriage badge to sequelize
Help out
- Issues
- Can't use an ENUM as a foreign key in "hasMany" association
- feat: make association definition methods throw if the generated foreign key is incompatible with an existing attribute
- feat: add `queryInterface.changeColumns`, fix many bugs with `changeColumn`
- `Model.create()` in MySQL does not return `null` value when `defaultValue` hasn't defined
- in bulkCreate, updateOnDuplicate doesn’t work on included table
- Missing `bulkDelete` typings
- `raw` option for bulkCreate()
- individualHooks doesn't pass all options to findAll
- Deleting PK column does not prevent MSSQL from ordering by PK on LIMIT 1 queries.
- import { Sequelize } from 'sequelize' - Class X incorrectly implements interface Y
- Docs
- JavaScript not yet supported