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 supported63 Subscribers
View all SubscribersAdd a CodeTriage badge to sequelize
Help out
- Issues
- v7: Hooks for cascade deletes not working
- Self referencing with through table not working correctly.
- Sequelize considering camelCase'd foreign keys as fields different than snake_case'd on database (even with 'underscored: true' option)
- Make afterSync hook know if new table was created or not
- DB "memory leaks" during inserts by "CREATE OR REPLACE FUNCTION"
- The close() method does not automatically exit the process while using dialect mysql
- timezone error
- findByPk(null, { rejectOnEmpty}) doesn't throw and returns null
- Retrieving all data from a junction table without specifying it on the model query
- BeforeBulkUpdate hook for increment/decrement
- Docs
- JavaScript not yet supported