1 Reply
Yes I am, why were you asking? 🙂
I currently have a workaround to just await Promise.all and then map each object to an insert promise. Which is suboptimal but I don't want to some complicated batching that could go wrong if I use too many characters, parameters or something.