> ## Documentation Index
> Fetch the complete documentation index at: https://nestjs-query.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

The `@ptc-org/nestjs-query-typeorm` package provides an implementation of `@ptc-org/nestjs-query-core` [QueryService](../../concepts/services).

This package is built using [typeorm](https://typeorm.io/#/) and [@nestjs/typeorm](https://docs.nestjs.com/techniques/database#typeorm-integration). If you are unfamiliar with them I suggest you read their documentation first.

## Installation

[Installation Docs](../../introduction/install#ptc-orgnestjs-query-typeorm)

## Docs

* Read the [QueryService docs](../services)
* [Multiple Databases](./multiple-databases) - Docs that layout how to connect to multiple databases and use them with `nestjs-query`
* [Soft Deletes](./soft-delete) - How to use the soft delete functionality from typeorm with `nestjs-query`.
