bvkimball
Feature/Question: Would like to execute query with Prisma.$queryRaw or $executeRaw
I use prisma-kysely to generate my kysely types and i find this to be a great workflow. I still like using prisma for most of my usecase because I have other implementations to enforce security and business logic. I find it unnecessary to include
pg
module if i already have a query-executor and a connection with prisma. It would be nice to do something like the following:
instead of:
Use the dialect without a connection or pool:
Use the dialect passing a custom runner:
14 replies