inArray() using sql`` operator in JS and Postgres

Hey, how do I use sql operator with arrays in JS?
const array = [1,2,3];
const sqlQuery = sql`${users.id} IN ???`;
Was this page helpful?