insertMany :: ... => [record] -> ReaderT backend m [Key record]
Are the keys necessarily returned in an order corresponding to the record list parameter, or might the ordering be nondeterministic? Either way, I think it deserves a note in the haddocks.
Are the keys necessarily returned in an order corresponding to the record list parameter, or might the ordering be nondeterministic? Either way, I think it deserves a note in the haddocks.