API Reference
Rockets Core API
nestjs-crud
README

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

NPM Latest (opens in a new tab) NPM Downloads (opens in a new tab) GH Last Commit (opens in a new tab) GH Contrib (opens in a new tab) NestJS Dep (opens in a new tab)

Installation

Prerequisites yarn add pg typeorm class-transformer class-validator

The crud module yarn add @concepta/nestjs-crud