in reply to Re: EZDBI is an easier interface to SQL databases
in thread EZDBI is an easier interface to SQL databases
how would you hide the user and pass outside of an EZDBI script?The same way you'd hide them outside of a DBI script, I guess.
I would rather get back hashrefs instead of arrays.I was thinking of putting that in, but I thought that it might be better to release right away and see what people said. Thanks for your input!
And are those arrays all in memory at once? Or are they tied to something that does incremental fetches?They're in memory. Incremental fetching would be slow, and it's better to squander space than time.
And how about a convenience update_unless_insert which inserts a row if it can, otherwise, does an update on it....I thought there was an option to Update that would do that? I will put it on the to-do list.
--
Mark Dominus
Perl Paraphernalia
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: EZDBI is an easier interface to SQL databases
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 |