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

Provide Sequelize Support #69

Closed
shubhamp-sf opened this issue May 24, 2023 · 1 comment · Fixed by #70
Closed

Provide Sequelize Support #69

shubhamp-sf opened this issue May 24, 2023 · 1 comment · Fixed by #70
Labels

Comments

@shubhamp-sf
Copy link
Contributor

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 like DefaultUserModifyCrudRepository, 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
__

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
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
@shubhamp-sf
Copy link
Contributor Author

🎉 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
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant