Rookie question :wave: Am I misunderstanding somet...
# prisma-client
s
Rookie question 👋 Am I misunderstanding something, or is it correct that some relatively simple queries, will end up taking up a lot of "code space" compared to what they would in a direct SQL query? Like if you have a lot of conditions like "X > Y and X < Z and A like '%B%'" and B <> 'C' etc. in a one-line SQL query, it suddenly seems much more comprehensive to build in Prisma. Is this just a compromise that you get used to quickly, as the flexibility and clearer overview ends up trumping the fact that it takes up more space?