NestJS with MongoDB



TypeORM is well-grown framework for NestJS ORM space. but most of the systems use no SQL document databases instead of traditional relational databases. though typeORM has its own way to talk to those databases mongoose is a well known and stable framework to deal with MongoDB. This video explains with example how you can use nestjs mongoose with MongoDB for direct persistence as well as one to many relationship.