GitHub
github.com › ArianaProjects › prisma-nestjs-crud-generator
GitHub - ArianaProjects/prisma-nestjs-crud-generator: A full CRUD generator for NestJs with Prisma Schema
A full CRUD generator for NestJs with Prisma Schema - ArianaProjects/prisma-nestjs-crud-generator
Starred by 12 users
Forked by 7 users
Languages TypeScript 99.9% | JavaScript 0.1% | TypeScript 99.9% | JavaScript 0.1%
GitHub
github.com › kepelrs › nestjs-prisma-crud
GitHub - kepelrs/nestjs-prisma-crud: CRUD package for NestJS and Prisma ORM · GitHub
npm i nestjs-prisma-crud npm i nestjs-prisma-crud-schematics --save-dev · Generate the entire crud module with a single command (replace post with your model's name):
Starred by 166 users
Forked by 17 users
Languages TypeScript 99.6% | JavaScript 0.4%
08:56
NestJS Tutorial #17 Building a CRUD REST API using Nestjs + Prisma ...
Nest.js REST API with Prisma ORM, Neon Postgres - YouTube
12:58
Building a CRUD REST API with Nest js and Prisma - YouTube
19:53
[EN] - CRUD application: NestJS + Prisma + PostgreSQL - YouTube
Kepelrs
kepelrs.github.io › nestjs-prisma-crud › getting-started
Getting Started | nestjs-prisma-crud
*/ PrismaCrudModule.register({ prismaService: PrismaService, }), ], // ...})export class AppModule {}Copy · Generate the entire crud module with the following command (replace post with your table's name from your Prisma schema): nest g -c nestjs-prisma-crud-schematics crud-resource postCopy ·
npm
npmjs.com › package › nestjs-crud-prisma
nestjs-crud-prisma - npm
June 27, 2021 - npm install --save nestjs-crud-prisma · NodeJS · Setup prisma to support generating typegraphql. This step is not required but recommended. Typegraphql will generate the models from the schema.prisma. schema.prisma · generator typegraphql { provider = "../node_modules/typegraphql-prisma/generator.js" output = "../src/generated/type-graphql" } Create a service that injects the prisma service.
» npm install nestjs-crud-prisma
Published Jun 27, 2021
Version 0.0.19
Author Jam Risser
Kepelrs
kepelrs.github.io › nestjs-prisma-crud
Intro | nestjs-prisma-crud
nestjs-prisma-crud is a minimal CRUD tool for NestJS projects that use Prisma for their database operations. It is inspired by the great work at @nestjsx/crud.
npm
npmjs.com › package › @cjr-unb › nestjs-crud-generator
@cjr-unb/nestjs-crud-generator - npm
January 27, 2023 - A crud prisma generator for NestJS. Latest version: 2.0.3, last published: 2 years ago. Start using @cjr-unb/nestjs-crud-generator in your project by running `npm i @cjr-unb/nestjs-crud-generator`. There are no other projects in the npm registry using @cjr-unb/nestjs-crud-generator.
» npm install @cjr-unb/nestjs-crud-generator
Published Jan 27, 2023
Version 2.0.3
Author Edson Sales
GitHub
github.com › mk668a › nestjs-prisma-graphql-crud-gen
GitHub - mk668a/nestjs-prisma-graphql-crud-gen: Generate CRUD resolvers from GraphQL schema with NestJS and Prisma
Generate CRUD resolvers from GraphQL schema with NestJS and Prisma - mk668a/nestjs-prisma-graphql-crud-gen
Starred by 46 users
Forked by 10 users
Languages TypeScript 99.6% | JavaScript 0.4% | TypeScript 99.6% | JavaScript 0.4%
GitHub
github.com › clayrisser › nestjs-crud-prisma
GitHub - clayrisser/nestjs-crud-prisma: crud for restful apis built with nestjs and prisma
Starred by 57 users
Forked by 12 users
Languages TypeScript 66.3% | Makefile 31.4% | Dockerfile 1.4% | Shell 0.9% | TypeScript 66.3% | Makefile 31.4% | Dockerfile 1.4% | Shell 0.9%
npm
npmjs.com › package › @vutadev › nestjs-crud-prisma
@vutadev/nestjs-crud-prisma - npm
February 1, 2024 - npm install --save nestjs-crud-prisma · NodeJS · Setup prisma to support generating typegraphql. This step is not required but recommended. Typegraphql will generate the models from the schema.prisma. schema.prisma · generator typegraphql { provider = "../node_modules/typegraphql-prisma/generator.js" output = "../src/generated/type-graphql" } Create a service that injects the prisma service.
» npm install @vutadev/nestjs-crud-prisma
Published Feb 01, 2024
Version 0.0.21
Author Jam Risser
npm
npmjs.com › package › @nestql › prisma-crud
@nestql/prisma-crud - npm
Prisma generator to emit @nestjs/graphql types and CRUD resolvers from your Prisma schema.
» npm install @nestql/prisma-crud
Published Aug 01, 2023
Version 5.0.4
Author Serge Närhi
Repository https://github.com/nestql/prisma-crud
GitHub
github.com › ChrisBland › nestjs-prisma-graphql-crud-gen
GitHub - ChrisBland/nestjs-prisma-graphql-crud-gen: Generate CRUD resolvers from GraphQL schema with NestJS and Prisma
Generate CRUD resolvers from GraphQL schema with NestJS and Prisma - ChrisBland/nestjs-prisma-graphql-crud-gen
Author ChrisBland
npm
npmjs.com › package › nestjs-prisma-generator
nestjs-prisma-generator - npm
August 21, 2020 - Then after running npx prisma generate, this will emit the generated TypeGraphQL classes to @generated/typegraphql-prisma-nestjs in node_modules folder. You can also configure the default output folder, e.g.: ... It will generate a User class in the output folder, with TypeGraphQL decorators, and an enum - you can import them and use normally as a type or an explicit type in your resolvers: ... It will also generates a whole bunch of stuffs based on your schema.prisma file - models classes, enums, as well as CRUD resolvers and relations resolver.
» npm install nestjs-prisma-generator
Published Aug 21, 2020
Version 0.4.3-alpha0
Author Micha?� Lytek
Repository https://github.com/wSedlacek/nestjs-prisma
GitHub
github.com › johannesschobel › nest-prisma-crud
GitHub - johannesschobel/nest-prisma-crud: Example on how to create a CRUD Service for Prisma · GitHub
curl https://codeload.github.com/prisma/prisma-examples/tar.gz/latest | tar -xz --strip=2 prisma-examples-latest/typescript/rest-nestjs ... Note that this also generates Prisma Client JS into node_modules/@prisma/client via a postinstall hook ...
Starred by 25 users
Forked by 2 users
Languages TypeScript 96.2% | JavaScript 3.8%
npm
npm.io › home › nestjs-crud-prisma
nestjs-crud-prisma | npm.io
June 27, 2021 - npm install --save nestjs-crud-prisma · NodeJS · Setup prisma to support generating typegraphql. This step is not required but recommended. Typegraphql will generate the models from the schema.prisma. schema.prisma · generator typegraphql { provider = "../node_modules/typegraphql-prisma/generator.js" output = "../src/generated/type-graphql" } Create a service that injects the prisma service.
Published Sep 15, 2020
Version 0.0.19
Author Jam Risser