-
Notifications
You must be signed in to change notification settings - Fork 12
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
Provide Sequelize Support #69
Labels
Comments
shubhamp-sf
added a commit
that referenced
this issue
May 24, 2023
modified mixin argument type to accept non default crud repositories added directory import syntax to provide sequelize specific artifacts GH-69
11 tasks
shubhamp-sf
added a commit
that referenced
this issue
May 25, 2023
modified mixin argument type to accept non default crud repositories added directory import syntax to provide sequelize specific artifacts GH-69
shubhamp-sf
added a commit
that referenced
this issue
May 25, 2023
modified mixin argument type to accept non default crud repositories added directory import syntax to provide sequelize specific artifacts GH-69
🎉 This issue has been resolved in version 5.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently the audit mixin can be only applied to
DefaultCrudRepository
and the add ons of it in sourceloop packages likeDefaultUserModifyCrudRepository
,DefaultSoftCrudRepository
etc.Due to the explicit type being expected in the mixin the SequelizeCrudRepository or the equivalent sourceloop add-ons like SequelizeUserModifyCrudRepository can't be used currently.
Describe the solution you'd like
Provide a way to enable use of mixin on repositories of both ORMs.
Describe alternatives you've considered
__
Additional context
__
The text was updated successfully, but these errors were encountered: