in reply to Re^2: Any framework for bulk operations?
in thread Any framework for bulk operations?

Let's say that you have a row with a number of child rows in some other table. You might

Both DBIC and RoseDB support the ability for the user to specify how they want to handle those kinds of details. And, this is just one example. You'll need to read the documentation to really get an idea of what's possible.


My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^3: Any framework for bulk operations?