Rockets NestJS CRUD
Extremely powerful CRUD module that is an extension/wrapper of the popular @nestjsx/crud (opens in a new tab) module.
We love the original module, but in many cases it was not flexible enough. We have retained all of the options and signatures, but pushed the options from the controller level down to the method level.
Project
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
Installation
Prerequisites
yarn add pg typeorm class-transformer class-validator
The crud module
yarn add @concepta/nestjs-crud