in reply to which database is best for perl ?
Is mysql eventually better suited for the use with perl ?No. Most, if not all, popular databases can be connected with from Perl using the DBI. Meaning the interface is the same.
Your decision of what is the appropriate database to use should not depend on the language you use, but on your data. How important is the data to you? How volatile is it? What kind of queries are you going to perform? How often? How important is performance? How much data are you going to store?
Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: which database is best for perl ?
by Gyro (Monk) on Feb 10, 2004 at 17:57 UTC |