Hello there! I've been using your DB helper and it looks very interesting. I have a suggestion that might make it even better.
Composite\DB\CombinedTransaction has a save() method, but not saveMany().
It would be useful to have the ability to save multiple entities at one time, making it more efficient.
Hello there! I've been using your DB helper and it looks very interesting. I have a suggestion that might make it even better.
Composite\DB\CombinedTransaction
has asave()
method, but notsaveMany()
. It would be useful to have the ability to save multiple entities at one time, making it more efficient.