We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935f0de commit 5efbd55Copy full SHA for 5efbd55
docs/techniques/sql.md
@@ -492,7 +492,6 @@ export class AppModule {}
492
> ```
493
>
494
> 更多详情请参阅[此问题](https://github.com/nestjs/typeorm/issues/86) 。
495
-```
496
497
此时,您已注册了带有各自数据源的 `User` 和 `Album` 实体。在此配置下,您需要告知 `TypeOrmModule.forFeature()` 方法和 `@InjectRepository()` 装饰器应使用哪个数据源。若未传递任何数据源名称,则将使用 `default` 默认数据源。
498
0 commit comments