in reply to Re: Why Perl does not support database access through core modules?
in thread Why Perl does not support database access through core modules?
Of course someone probably loves the quick-and-dirty nature of the Berkeley DBM's, but I think DBI is better even for lightweight stuff. The coding/execution overhead isn't that much greater and later on it's trivial to switch out DBD::CSV with something more serious. Going from *DBM to DBI on the other hand requires a huge rewrite. Better just to encourage people to do it the DBI way to begin with, and putting those 2 modules in the core would go a long way towards doing that.
Gary Blackburn
Trained Killer
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Why Perl does not support database access through core modules?
by Anonymous Monk on Jan 21, 2004 at 10:23 UTC |