WHERE (string1, string2) IN (('string, 'string), ('string2', 'string2')) is supported in postgres so this should support WHERE (string1, string2) IN (${sql([ ["string", "string"], ["string1", "string1"] ])}).
How can I make this kind of query until it's supported?