© 2026 Hedgehog Software, LLC
const arr = ['john', 'tony', 'sarah']
select * from table where name in (${Prisma.join(arr)})
"/'john/',/'tony/',/'sarah/'"