Skip to content

Commit

Permalink
feat(sequelize): add sequelize repository support
Browse files Browse the repository at this point in the history
adds `sequelizeSoftCrud` function providing soft-delete capabilities
with sequelize as underlying repository

adds `sequelizeUserModifyCrudRepository` function providing
`DefaultUserModifyCrudRepository` (from `@sourceloop/core`) like capabilities
with sequelize as underlying repository

GH-118
  • Loading branch information
shubhamp-sf committed Jan 18, 2023
1 parent d125f02 commit 9ba1705
Show file tree
Hide file tree
Showing 6 changed files with 3,954 additions and 131 deletions.
1 change: 1 addition & 0 deletions .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = {
{name: 'ci-cd'},
{name: 'repository'},
{name: 'entity'},
{name: 'sequelize'},
],

appendBranchNameToCommitMessage: false,
Expand Down
Loading

0 comments on commit 9ba1705

Please sign in to comment.