Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Sequelize #957

Closed
michaelgoin opened this issue Oct 19, 2021 · 1 comment
Closed

Support for Sequelize #957

michaelgoin opened this issue Oct 19, 2021 · 1 comment

Comments

@michaelgoin
Copy link
Member

Split off from: #526

Feature Description

Out of the box support for Sequelize ORM module.

Describe Alternatives

  • Custom instrumentation of Sequelize calls (app controllers - 1000+ hence not pragmatic without using a middleware library)
  • Removing Sequelize library is not a pragmatic move either

Additional context

Sequelize NPM: https://www.npmjs.com/package/sequelize (1,131,990 downloads weekly)

@bizob2828
Copy link
Member

This example app shows sequelize working with pg as it just uses the underlying pg instrumentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants