InsertMany #919
Closed
psicomante
started this conversation in
General
InsertMany
#919
Replies: 1 comment 1 reply
-
Hey @psicomante, thanks! collection.batch(() => {
items.forEach((item) => {
collection.insert(item)
})
}) But I think a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello max, great library!
I would wonder why it has not been implemented an InsertMany method (like bulkInsert in RxDB). Maybe because of Mingo?
Or could it be done in other ways?
Thanks in advance.
Rob
Beta Was this translation helpful? Give feedback.
All reactions