Hello every one,Add Accelerate to my application with PrismaService class (extend PrismaClient)
Hello every one,
I'm having the problem Add Accelerate to my application:
PrismaService.ts
export class PrismaService
extends PrismaClient<Prisma.PrismaClientOptions, Prisma.LogLevel>
implements OnModuleInit
{
....
....
}
I don't know how to Extend your Prisma Client instance with the Accelerate extension
Please help me.3 Replies
Hi @xgastly 👋
Your question closely looks like this answered discussion. Can you try the suggestion and let me know if it works for you.
@RaphaelEtim Thank you verry much.
You're welcome