Getting Started
The @ptc-org/nestjs-query-typeorm
package provides an implementation of @ptc-org/nestjs-query-core
QueryService.
This package is built using typeorm and @nestjs/typeorm. If you are unfamiliar with them I suggest you read their documentation first.
Installation
Docs
- Read the QueryService docs
- Multiple Databases - Docs that layout how to connect to multiple databases and use them with
nestjs-query
- Soft Deletes - How to use the soft delete functionality from typeorm with
nestjs-query
.