0.1.4 • Published 6 months ago

prisma-generator-model-service v0.1.4

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

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago