Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Perl and Databases

by MRossland (Novice)
on Mar 28, 2002 at 23:18 UTC ( [id://155149]=note: print w/replies, xml ) Need Help??


in reply to Perl and Databases

Well, you'll probably be using DBI, so it takes care of all the different 'interactions.' (DBI is a generic database tool that handles all the complex stuff between your code and the DB ... search for it on CPAN).

MySQL and PostgreSQL are Open Source databases (so, they're free). MySQL is fast and PostgreSQL is powerful. Most folks that I've talked/chatted/emailed recommend PostgreSQL.

I'd stay away from msSQL, Access and Oracle becasue of the price. PostgreSQL should do what you need it to.

Check out this link: http://www.commandprompt.com/ppbook/

It's the O'Reilly PostgreSQL book online (it's a legal copy by the authors ... part of the Open Publication License).

Hope this helps!

Log In?
Username:
Password:

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

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

    No recent polls found