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 supported69 Subscribers
View all SubscribersAdd a CodeTriage badge to sequelize
Help out
- Issues
- isModelStatic re-runs require('../model') on every call (redundant module resolution on a hot path)
- fix(core): cache the Model class in isModelStatic to avoid repeated require()
- Race in replication pool: connection.on('error') fires before queryType is assigned, crashing the process
- fix(sqlite3): replace module `sqlite3` with `@vscode/sqlite3`
- Fix/UUID esm compatibility
- Performance impact of refreshOidMap query in high-schema environments
- feat(core): add VECTOR datatype support with Oracle vector integration
- meta(core): add regression test for foreign key duplication on schema-qualified alter
- feat(mysql): add support for skipLocked
- Sequelize v6 incompatible with uuid >= 9 due to CommonJS require() usage
- Docs
- JavaScript not yet supported