question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Provide Importable PrismaService

See original GitHub issue

For our use case, we don’t need to customize the PrismaService. Can this package provide simple importable PrismaService and PrismaModule?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
marcjuliancommented, Sep 8, 2020

@iddan I released 0.6.0 and it includes your great suggestion! Keep your feedback coming 👍

1reaction
marcjuliancommented, Sep 2, 2020

No worries 😃 will be in the next version

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found