Podle:https://node-postgres.com/features/queries#parameterized- dotaz
Takže:
VALUES ($1)
nebo VALUES ($1::TEXT[])
měl by stačí.
Podle:https://node-postgres.com/features/queries#parameterized- dotaz
Takže:
VALUES ($1)
nebo VALUES ($1::TEXT[])
měl by stačí.