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

feat(sequelize): add sequelize repository support #119

Merged
merged 1 commit into from
Feb 28, 2023
Merged

Conversation

shubhamp-sf
Copy link
Contributor

@shubhamp-sf shubhamp-sf commented Jan 18, 2023

What's New

  • Exports SequelizeSoftCrudRepository class providing soft-delete capabilities with sequelize as underlying repository.

GH-118

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes

Todo

  • Update README with the usage details of this feature.

Fixes #118

@shubhamp-sf shubhamp-sf force-pushed the GH-118 branch 2 times, most recently from 10e7e02 to f59472a Compare January 19, 2023 10:07
@sourcefuse sourcefuse deleted a comment from shubham-web Feb 17, 2023
@shubhamp-sf shubhamp-sf force-pushed the GH-118 branch 2 times, most recently from ef28616 to c95947b Compare February 28, 2023 08:08
Export `SequelizeSoftCrudRepository` providing soft-delete capabilities with sequelize as underlying
repository

GH-118
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sourcefuse sourcefuse deleted a comment from sonarqubecloud bot Feb 28, 2023
@shubhamp-sf shubhamp-sf marked this pull request as ready for review February 28, 2023 08:19
@sfdevops
Copy link
Contributor

🎉 This PR is included in version 7.2.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 this pull request may close these issues.

Add support for Sequelize as base repository from loopback4-sequelize package
3 participants