sqlboiler
sqlboiler copied to clipboard
[Feature] Postgres- Where in values modifier
In addition to where in (a, b, c) postgres can also do where in (VALUES (a), (b), (c)) which has huge performance benefits for a large set of values.