Why does `createMany` not return the created model...
# orm-help
i
Why does
createMany
not return the created models, and only a
count
?
n
Hey Ian 👋 That’s because not all natively databases support this and we’re not quite at the stage where we can make fine-grain adjustments to our APIs depending on the database. Here’s the GitHub Issue for the discussion: #8131 We do plan to add support for it, if you could leave a 👍 to the Issue it will help us in prioritising it.
1
i
cool, thx for the info!