[CDBI] Re: Make CDBI go fast
"Edward J. Sabol" <sabol-2oVx0MVsMgiP/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
Bill Moseley wrote: > I think of CDBI as a great way to represent relationships and very > helpful when working with a few object, which is what I seem to do > most of the time. > > For reports or generating csv output, for example -- anything > that might generate a lot of rows -- I tend to just use DBI directly. I think that's a very good point, and I tend to do the exact same thing. > I guess I never thought of CDBI as a complete replacement for all > database access. Nor should it be.