Thanks @Matt! Is it safe do define connection outside of a step? Wouldn't it break the "Do not rely

Thanks @Matt! Is it safe do define connection outside of a step? Wouldn't it break the "Do not rely on state outside of a step" rule of Workflows?
We're connecting to our Postgres using connecting string.
const db = getDB(this.env);
Was this page helpful?