nestjs/typeorm

0.3.* typeorm version compability

elderapo opened this issue · 1 comments

Is there an existing issue that is already proposing this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe it

In typeorm@0.3.* Connection has been replaced with DataSource and deprecated. @nestjs/typeorm is not aware of DataSource and cannot inject it into services.

Describe the solution you'd like

To work with typeorm@0.3.*.

Teachability, documentation, adoption, migration strategy

https://github.com/typeorm/typeorm/releases/tag/0.3.0

What is the motivation / use case for changing the behavior?

.