docs.nestjs.com icon indicating copy to clipboard operation
docs.nestjs.com copied to clipboard

Added sequelize instructions for serialization

Open Geekuru opened this issue 3 years ago • 0 comments

Sequelize does not play well with serialization using class-transformer, so I thought I'd add some simple instructions on how to get it to work. Credit goes to https://doug-martin.github.io/nestjs-query/docs/persistence/sequelize/serialization/

PR Checklist

Please check if your PR fulfills the following requirements:

  • [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md

PR Type

What kind of change does this PR introduce?

  • [ ] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting, local variables)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [x] Docs
  • [ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • [ ] Yes
  • [x] No

Other information

Geekuru avatar Apr 21 '22 19:04 Geekuru