malgamoe
TTCTheo's Typesafe Cult
•Created by malgamoe on 4/19/2023 in #questions
Prisma with kysely
Hi, I am using prisma to create schemas and some queries.
I know prisma can be slow in serverless function so I was thinking to use kysely for the queries that need the speed.
If I have prisma in the trpc context and do not use it will it create a connection? I think not but I want to be sure.
So if in some functions I use kysely to query would it make a difference?
5 replies