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

Added documentation for multiple databases on forRootAsync

Open krsnadjava25 opened this issue 3 years ago • 0 comments

Screen Shot 2021-08-04 at 17 49 11

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?

The documentation is kinda incomplete about multiple databases connection. Need to show an example on how to use this feature when using forRootAsync

What is the new behavior?

Add an example about multiple databases connection on forRootAsync

Does this PR introduce a breaking change?

  • [ ] Yes
  • [x] No

krsnadjava25 avatar Aug 04 '21 10:08 krsnadjava25