nestjs / typeorm

TypeORM module for Nest framework (node.js) 🍇

Home Page:https://nestjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support For Typeorm Pending Release 0.3.0

keremkusmezer opened this issue · 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

Typeorm is introducing many bugfixes and and improvement on nested object mapping and query performance and a new infrastructure with typeorm/typeorm#8616 0.3.0 soon to be released version.
So the nest.js module needs to be updated to support features and connection method changes introduced there.

Describe the solution you'd like

So the nest.js module needs to be updated to support features and connection method changes introduced there.

Teachability, documentation, adoption, migration strategy

typeorm/typeorm#8616 All the changes and deprecation are described in this pull request.

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

To have better performance on nested query strategies, handle differences on Custom Repository Creation and mappings.

We'll surely publish a new compatible version once it's released, there's no reason yet to track it here