Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Storing config data - RDBMS vs File?

by jZed (Prior)
on Sep 27, 2004 at 16:09 UTC ( [id://394220]=note: print w/replies, xml ) Need Help??


in reply to Storing config data - RDBMS vs File?

Personally, the only reason[1] I can see for storing config information in a file rather than an RDBMS (assuming the script uses an RDBMS anyway) is the issue of human readability. And for that you can use DBD::CSV or DBD::AnyData (which supports XML, Ini, and other human readable formats) which will allow the data to be human readable *and* accessible with selectall_hashref(). If you don't need it to be human readable/editable, just stick with your current RDBMS. My $0.02.

update [1] : well, obviously my imagination is somewhat limited this morning. What tilly said.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (1)
As of 2024-04-25 02:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found