0.2.5 • Published 5 months ago

prisma-generator-model-service-v2 v0.2.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Prisma Custom Generator.

This is a custom generator for Prisma, made to write templates to auto-generate services and models for your Angular application

  1. Add the following snippet to you schema.prisma file
// right after ths statement
generator client {
    ...
}


generator customService {
    provider = "node node_modules/prisma-generator-model-service"
}
  1. Run the following commandf npx prisma generate
0.2.5

5 months ago

0.2.1

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.4

10 months ago

0.2.0

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago