Provide Importable PrismaService
See original GitHub issueFor our use case, we don’t need to customize the PrismaService
. Can this package provide simple importable PrismaService
and PrismaModule
?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Data Import & Export with Prisma - Prisma Tutorials
In this tutorial, you'll perform the following steps: Create a Prisma service; Seed some initial data for the service; Export the data in...
Read more >How to use NestJS with Prisma - LogRocket Blog
Open the todo.module.ts file, import the PrismaService , and add it to the array of providers with ...
Read more >prisma-examples/prisma.service.ts at latest - GitHub
import { PrismaClient } from '@prisma/client'. @Injectable(). export class PrismaService extends PrismaClient implements OnModuleInit {.
Read more >Prisma | NestJS - A progressive Node.js framework
Inside the src directory, create a new file called prisma.service.ts and add the following code to it: import { INestApplication, Injectable, OnModuleInit } ......
Read more >Introducing NestJS Prisma Library and Schematics - notiz.dev
PrismaModule and PrismaService. Add PrismaModule to the imports section in your AppModule or any other modules to gain access to PrismaService .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@iddan I released 0.6.0 and it includes your great suggestion! Keep your feedback coming 👍
No worries 😃 will be in the next version