0.1.4 • Published 2 years ago

prisma-generator-model-service v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago