I installed @nestjs/typeorm@next
I was trying to follow this: https://gist.github.com/anchan828/9e569f076e7bc18daf21c652f7c3d012
but the 2 files he created:
- typeorm-ex.decorator.ts
- database.options.ts
are on top of my head and don't understand them, can someone explain?
Gist
This is an improvement to allow @nestjs/[email protected] to handle CustomRepository. I won't explain it specifically, but it will help in some way. https://github.com/nestjs/typeorm/pull/1233 ...