update where multiple conditions
Trying to do something like a:
other ORMs will all you to pass in an object for conditions and they'll handle it under the hood, does Drizzle have something like this or do I need to do something like:
UPDATE table SET values WHERE condition1 AND condition2other ORMs will all you to pass in an object for conditions and they'll handle it under the hood, does Drizzle have something like this or do I need to do something like: