in reply to Re^7: Input on Lightweight SQL Query Templating?
in thread Input on Lightweight SQL Query Storage?
If you're grabbing a bunch of data, performing operations on each row, and writing it back to the db, an ORM can be a big time-saver.This is actually a pretty good explanation. I just realized that I'd simply never encountered such a situation at all. Most of my projects use SQL only in specialized tasks, i.e. storage of mass data, handling of caches.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Input on Lightweight SQL Query Templating?
by perrin (Chancellor) on Apr 27, 2009 at 18:12 UTC | |
|
Re^9: Input on Lightweight SQL Query Templating?
by Your Mother (Archbishop) on Apr 27, 2009 at 18:16 UTC | |
by siracusa (Friar) on Apr 28, 2009 at 02:30 UTC | |
by Your Mother (Archbishop) on Apr 28, 2009 at 05:07 UTC |