1.0.5 • Published 1 year ago

@sayil/wingman v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

@sayil/wingman

Welcome to the @sayil/wingman project! This package aims to provide a response types guides and utility services for nestjs.

The Utility services are tailored mainly to use typeorm.

Installation

To install the package, run the following command in your terminal:

npm i @sayil/wingman

How to Use the Project

DTO
  1. using the Utility Entity, there will be no need to add the CreatedAt, DeletedAt, and UpdatedAt columns
@Entity()
export class BloodPressure extends UtilityEntity {}
  1. Fetching a single Record
export class FetchSingleRecord extends ReadOneResponse {}
  1. Fetching a multiple Records
export class FetchNultipleRecords extends ReadManyResponse {}
Services
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago