DEV Community

Discussion on: Custom validation with database in NestJS

Collapse
 
davidn96 profile image
davidN96

Hey! Great article! Could you share a link to repo with code from this article? I'm newbie in Nest, I have a problem with database dependency injection. I'll be very thankful

Collapse
 
avantar profile image
Krzysztof Szala

Thank you. I'll try to upload some repos, when I find some time. What kind of problems do you have with database DI? Maybe I can help here. Regards.

Collapse
 
davidn96 profile image
davidN96

Hey! Thank you for your response! Well, I've found the problem. I've accidentally imported useContainer from typeorm instead of class-validator (VSC hints). Now everything works great. Thank you for a great article!

Thread Thread
 
avantar profile image
Krzysztof Szala

That's great, happy to help! :)