1.4.1 • Published 6 months ago

prisma-typestack v1.4.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Prisma TypeStack

Generates models from Prisma schemas using class-validator and class-transformer.

Installation

yarn add prisma-typestack

Usage

Add the following to your prisma.schema file.

generator class_validator {
  provider = "prisma-typestack"
  output   = "./src/generated-models" // Optional
}
1.2.0

6 months ago

1.1.7

6 months ago

1.1.6

6 months ago

1.1.5

6 months ago

1.4.1

6 months ago

1.1.4

6 months ago

1.4.0

6 months ago

1.3.1

6 months ago

1.1.3

6 months ago

1.3.0

6 months ago

1.1.2

6 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago