首页 > 解决方案 > How to integrate TypeORM with schematics

问题描述

As mentioned in this post. NestJS's schematics new feature able to generate CRUD easily, but the generator is generic and not related to any ORM.

How can I connect the generated CRUD by schematics with TypeORM?

标签: nestjstypeorm

解决方案


推荐阅读