Hi, I am using Prisma createMany() to create multi...
# orm-help
s
Hi, I am using Prisma createMany() to create multiple records, with each having a single related record but it seem not to work, from the docs. Can anyone help with how to go around it please? Thanks
e
s
I hope this feature is considered and added soon. But I'm thinking of using async to create each of the records and await their successful creation, that might work. Not tested though