5.0.4 • Published 1 month ago

nestjs-query-simple v5.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

nestjs-query-simple

What is 'nestjs-query-simple'?

'nestjs-query-simple' is a thin layer built on top of Nestjs-query (plus few other NestJS/MongoDB/GraphQL packages), enabling easy definition of MongoDB/GraphQL aspects within NestJS apps.

Why to use 'nestjs-query-simple'?

  • It provides powerful decorators for Entities/DTOs, abstracting away complexities:
    • Eliminates the need for multiple decorators while defining MongoDB/GraphQL metadata. With a single class and a solitary decorator per property, all commonly required aspects are addressed (we call this kind of class DATO - Data Access and Transfer Object).
    • Simplifies entity relationship definitions (one-to-one, one-to-many, many-to-one) through a singular decorator.
    • Streamlines the definition of many other MongoDB/GraphQL data aspects.
    • Utilizes just four easily comprehensible decorators: @Dato(), @DatoProp(), @Dto(), @DtoProp().
  • It offers valuable helpers and base classes to streamline the creation of common NestJS components like modules and services.

Docs

See Nestjs-query-simple website.

5.0.4

1 month ago

5.0.3

3 months ago

5.0.2

3 months ago

5.0.1

3 months ago

5.0.0

3 months ago

4.0.0

3 months ago

3.0.1

3 months ago

3.0.0

3 months ago

2.0.7

4 months ago

2.0.5

4 months ago

2.0.4

4 months ago

2.0.6

4 months ago

2.0.3

4 months ago

2.0.2

4 months ago

2.0.1

4 months ago

2.0.0

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago