nestjs-typeorm-paginate
nestjs-typeorm-paginate copied to clipboard
Remove dependency on `@nestjs` packages
Hey everyone, first of all, thanks for this amazing work.
I want to use TypeORM outside NestJS and I have to install that useless dependencies on my case, so I remove it, anyway the way that you get the connection in the tests is going to be deprecated, so also is a improvement.
Additionally I have 2 questions:
- If you don't want to remove the dependencies, is possibly to do a new package from your pacakge to solve the use case?
- If you accept this, it would be necessary to change the name of the package XD ?