Postgresql – Passing Array as Values in PG-Promise only gets one result
I'm trying to pass an array of items to a SELECT query and get all the rows back with those items. So far I've got it to work using a join method, but I'd prefer to just pass the array…