Enrich with PostgreSQL

We’d love to be able to “enrich with PostgreSQL” - effectively, to replicate the “enrich with an API” step, but instead querying a PostgreSQL database using variables from the row in question.

At present, the alternative is to bring in all the data from PostgreSQL and then do lots of combine table / find overlap steps in order to achieve the same thing, and these crash with larger volumes of data.