?
© 2026 Hedgehog Software, LLC
env.DB.prepare(`select * from table where id in (${ids.map(() => '?').join(', ')})`).bind(...ids).all()