Getting Started
The @nestjs-query/query-typeorm
package provides an implementation of @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
.