What is the best way to save v large nested data c...
# prisma-client
y
What is the best way to save v large nested data currently? 
createMany
 doesn't support nesting and 
create
 method gets v slow and has performance issues. I have already raised couple of issues https://github.com/prisma/prisma/issues/5474 and https://github.com/prisma/prisma/issues/5475