Según:https://node-postgres.com/features/queries#parameterized- consulta
Entonces:
VALUES ($1)
o VALUES ($1::TEXT[])
debería suficiente.
Según:https://node-postgres.com/features/queries#parameterized- consulta
Entonces:
VALUES ($1)
o VALUES ($1::TEXT[])
debería suficiente.