mongoose

web-dev

NestJS CODEX: auxiliaries for CRUD using Mongoose with transactions support

Repository provides a robust CRUD service using NestJS and Mongoose, designed to simplify the development of database interactions with built-in transaction support via Async Local Storage.

Read
web-dev

NestJS: Custom validator for checking relationship with Mongo model

Build custom class-validator decorator in NestJS to ensure that provided ID in any DTO exists in Mongo database.

Read