我想对ORM使用typeorm,对GraphQL使用typegraphql,对typedi使用DI。现在,我正在尝试用typeorm实现typedi,但是我遇到了一些问题:{
"message": "Cannot get Connection with name \"defaultuseContainer(Container)\" in your application before establishing a connection and importing any entity in
我得到一个错误的Module '"typeorm"' has no exported member 'DataSource'.和Module '"typeorm"' has no exported membertypeorm版本为"^0.2.25","@nestjs/typeorm":"^8.0.2",
不知道为什么会发生这种事。