Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: which database is best for perl ?

by chance (Beadle)
on Feb 09, 2004 at 19:42 UTC ( [id://327724]=note: print w/replies, xml ) Need Help??


in reply to which database is best for perl ?

my rule of thumb, based on bone-headed decisions in the past:

if you think it might be nice to use a database, but you're not sure, and you might be able to get away with just flat file, use MySql.

if you know you need a database, and you know you are going to be using it in an 'advanced' way, but think you might be able to get away with MySql, use Postgres.

otherwise use MySql

when it comes down to the actual interaction with perl though, DBI makes both pretty easy, once you climb a pretty small learning curve. (assuming you know exactly what SQL you want executed)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://327724]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-23 19:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found