This package extends @gedai/nestjs-tactical-design by implementing concrete data persistence with Mongoose. It exposes the base Repository class for mongoose implementations that should be extended in services for persistence. It also provides concrete implementation of Transactional decorator for usage with mongoose and the mongoose repository.
$ npm install @gedai/nestjs-tactical-design @gedai/nestjs-tactical-design-mongoose @nestjs/mongoose mongooseGedai is MIT licensed.