Rohit Nishad

Results 2 issues of Rohit Nishad

I am using Prisma with MongoDB as the datasource and Go as the generator. Below is my setup: ```prisma datasource db { provider = "mongodb" url = env("MONGO_URI") } generator...