ijd
DTDrizzle Team
•Created by ijd on 6/23/2023 in #help
Optional filtering
I'm trying to figure out the right pattern to reproduce an SQL query where the user can optionally filter based on a column value. For example, assuming a
chunks
table with a documentId
column, you could write the query
The corresponding pattern in Drizzle is not obvious because neither isNull
or and/or
can accept JS values as options, only SQL columns. So the following pattern doesn't work:
Does anyone have a good way to do this?10 replies