const arr = [1, 2, 3] … stmt.bind(…arr).run()

const arr = [1, 2, 3]

stmt.bind(…arr).run()
Was this page helpful?