Conditionally return OR execute drizzle query
How can I achieve something like this (see sample code below)? my use case is that I have a base repository with CRUD methods that abstract over drizzle, but sometimes, I only need to return the query in cases where I need to extend it (e.g., override where condition, etc.).
0 Replies