Gaurav Sharma

Results 2 comments of Gaurav Sharma

```js return await this.prisma.$transaction( users.map((user) => prisma.user.create({ data: userCreateData })), ); ``` Currently using this type of abstraction for handling this. If `createMany` would return the array of entities, that...

Exactly same issue I have been facing even after v1.0, I just couldn't understand what is causing this issue, there is always a partial / invalid array item that remains...