Relative Content

Tag Archive for node.jstypescriptnestjstypeorm

custom repositories in TypeORM

I wanted to use custom repositories in TypeORM, but I found that @EntityRepository(User) was deprecated. I ended up with this solution, which is ultimately working for me. However, I want to know if it is optimal or if it is redundant, inefficient, or something like that.