Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: which database is best for perl ?

by dominix (Deacon)
on Feb 09, 2004 at 10:45 UTC ( [id://327594]=note: print w/replies, xml ) Need Help??


in reply to which database is best for perl ?

I think the reply doesn't depend on the software you choose but the needs you have.

for simple persistence DBM will often be enought (or DBM::Deep which is very perlish ) , if you plan complicate data structure you may need a SQL interface involving DBI. which you can plug on different DataBase.

as Database itself DBI interface plenty of it. Postgres has a full featured SQL implementation, while MySQL is simple to install and performant. But if you just want to train yourself Postgres is ok as well as SQLite or any DBD you can install on your machine and code with.
--
dominix

Log In?
Username:
Password:

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

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

    No recent polls found