.transaction() to .batch(). I understand that they don't have entirely the same behavior, and for my use cases this is fine..batch() in the drizzle-orm/neon-http flavor of Drizzle.const batchResponse: BatchResponse = await db.batch([...]);, the type BatchResponse is essentially: