louis-sanna-eki
03/31/2022, 10:11 AM<mongodb://localhost:27017/>
fails.
Connection code (it works with a mongoAtlas db):
const prisma = new PrismaClient({ datasources: { db: { url } } });
await prisma.$connect();
I'm getting errors:
Error parsing connection string: Database must be defined in the connection string
I'm must be missing something obvious, thx for your help.Austin
03/31/2022, 9:15 PMlouis-sanna-eki
04/01/2022, 4:43 PM