Parameterization from string and array of values
I have a sql string with placeholders and an array of values for those placeholders. How can I have drizzle parameterize and execute it?
for context I'm trying to have pg-boss use the same session as my drizzle transaction. pg-boss generates strings and arrays of values, but I can't find anything to render the sql in the api.
I am using node-postgres.
for context I'm trying to have pg-boss use the same session as my drizzle transaction. pg-boss generates strings and arrays of values, but I can't find anything to render the sql in the api.
I am using node-postgres.