paperized
paperized
DTDrizzle Team
Created by paperized on 6/7/2023 in #help
Drizzle-orm for Vercel, select do not take any argument?
Hi, I want to deploy to Vercel my small app made in Qwik, it seems like Vercel edge do not support Prisma so I migrated to drizzle but I'm facing an odd problem, the vercel package of drizzle expose a .select() without any argument, for example I would like to take only some columns of an entity, and more importantly I want to be able to return a COUNT of the elements, without it I would need to load the entire table 😦
2 replies