in reply to EZDBI is an easier interface to SQL databases
I do like it. When I'm throwing together websites and need a quick query or two, it looks nice. However, I would rather get back hashrefs instead of arrays. And are those arrays all in memory at once? Or are they tied to something that does incremental fetches?
And how about a convenience update_unless_insert which inserts a row if it can, otherwise, does an update on it....
Finally, I think the nomenclature for this module is a bit ... well... hmm. It should be DBI::EZ or DBIx::Easy shouldnt it? Just to show the closeness of it's implementation to DBI.
Also, fix the author part of the docs. It has the AU Thor business there.
|
---|
Replies are listed 'Best First'. | |
---|---|
(Ovid) Re(2): EZDBI is an easier interface to SQL databases
by Ovid (Cardinal) on Oct 08, 2001 at 19:35 UTC | |
Re: EZDBI is an easier interface to SQL databases
by Dominus (Parson) on Oct 08, 2001 at 20:18 UTC | |
by tommyw (Hermit) on Oct 08, 2001 at 21:00 UTC | |
by Dominus (Parson) on Oct 08, 2001 at 21:23 UTC | |
by Anonymous Monk on Oct 10, 2001 at 19:48 UTC | |
by Dominus (Parson) on Oct 10, 2001 at 20:15 UTC | |
Re: Re: EZDBI is an easier interface to SQL databases
by jmcnamara (Monsignor) on Oct 10, 2001 at 20:41 UTC |