Larry Hengl
06/09/2020, 5:27 PMconst { PrismaClient } = require('@prisma/client')
const prisma = new PrismaClient()
const result = await prisma.raw`SELECT * FROM Users;`
(v2beta8, v2beta9 and v2.0 today). I removed and reinstalled all libs and hit the same snag. I tried adding sql and raw to the require, but those are for sql templating and had no effect. Any ideas? Thx!Ahmed
06/09/2020, 5:28 PMLarry Hengl
06/09/2020, 5:38 PMAhmed
06/09/2020, 5:40 PMjanpio