<p align="center">
  <a href="https://tripss.github.io/nestjs-query" target="blank"><img src="https://tripss.github.io/nestjs-query/img/logo.svg" width="120" alt="Nestjs-query Logo" /></a>
</p>

[![npm version](https://img.shields.io/npm/v/@ptc-org/nestjs-query-typeorm.svg)](https://www.npmjs.org/package/@ptc-org/nestjs-query-typeorm)
[![Test](https://github.com/tripss/nestjs-query/workflows/Test/badge.svg?branch=master)](https://github.com/tripss/nestjs-query/actions?query=workflow%3ATest+and+branch%3Amaster+)
[![Coverage Status](https://codecov.io/gh/TriPSs/nestjs-query/branch/master/graph/badge.svg?token=29EX71ID2P)](https://codecov.io/gh/TriPSs/nestjs-query)
[![Known Vulnerabilities](https://snyk.io/test/github/tripss/nestjs-query/badge.svg?targetFile=packages/query-typegoose/package.json)](https://snyk.io/test/github/tripss/nestjs-query?targetFile=packages/query-typegoose/package.json)

# `@ptc-org/nestjs-query-typeorm`

The `query-typegoose` package that provides an implementation of `@ptc-org/nestjs-query-core` `QueryService`, built on
top of of [nestjs](https://nestjs.com/) and [typegoose](https://github.com/typegoose/typegoose).

## Installation

[Install Guide](https://tripss.github.io/nestjs-query/docs/introduction/install)

## Getting Started

The get started with the `@nestjs-query/query-typegoose` package checkout
the [Getting Started](https://tripss.github.io/nestjs-query/docs/persistence/typegoose/getting-started) docs.
