Like `.exec()` - what are you trying to do? You can just… ignore the result. `await db.batch(stateme

Like .exec()
  • what are you trying to do? You can just… ignore the result. await db.batch(statements)
Was this page helpful?