5.0.5 • Published 1 year ago
nestjs-query-simple v5.0.5
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 -
D
ataA
ccess andT
ransferO
bject). - 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()
.
- 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 -
- It offers valuable helpers and base classes to streamline the creation of common NestJS components like modules and services.
Docs
5.0.5
1 year ago
5.0.4
1 year ago
5.0.3
1 year ago
5.0.2
1 year ago
5.0.1
1 year ago
5.0.0
1 year ago
4.0.0
1 year ago
3.0.1
1 year ago
3.0.0
1 year ago
2.0.7
1 year ago
2.0.5
1 year ago
2.0.4
1 year ago
2.0.6
1 year ago
2.0.3
1 year ago
2.0.2
1 year ago
2.0.1
1 year ago
2.0.0
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago