compositephp / db

Fast and Lightweight PHP 8.1+ DataMapper and Table Gateway with automatic data caching, smart entities, migrations and many more
MIT License
77 stars 2 forks source link

Add saveMany to CombinedTransaction #5

Closed jelsy2004 closed 11 months ago

jelsy2004 commented 1 year ago

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.

compositephp commented 1 year ago

Good idea will do it

compositephp commented 11 months ago

Its done in 0.4.0