<https://www.prisma.io/docs/reference/api-referenc...
# orm-help
d
https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#create-multiple-new-records
Prisma Client does not yet support batch inserts at a database level. Follow issue #332 on GitHub for updates.
Is this true? I had thought
createMany
was about "batch" inserts
r
@Danny 👋 The issue you have mentioned is already closed.
createMany
performs batch inserts.
d
@Ryan Awesome, thanks. I suppose that means the docs just need updating then