Good feature, but it is not composable (use one query as subquery or share pieces of queries) or modifiable with code like a true query builder would be. I am using knex with prisma raw query functionality. I believe drizzle has the right approach.
@PrismaData4 күн бұрын
thanks for your feedback! the problem space for this feature isn't so much targeted as a full query builder but rather a way to retain the benefits of type information for the times when you need to drop down to raw SQL, especially those cases where you have a standalone script.
@tambourinedmb3 күн бұрын
@ understood it would be very useful. sometimes queries share subqueries or you want to run a count query separately. type safety is nice but a lot of copy/paste. definitely a step in the right direction
@rli093 күн бұрын
"it's serverless, no coldstart", can u hear what urself just said?
@hooman14392 күн бұрын
Can you explain that?
@rli092 күн бұрын
@ how do u have zero coldstart if you’re running serverless functions? Who’s handling the request?
@hooman14392 күн бұрын
@@rli09 thanks for the answer
@최지원-o9o4 күн бұрын
type safe, but real db connection required when build prisma client haha