Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Best way to store object in db

by tmharish (Friar)
on Mar 06, 2013 at 17:22 UTC ( [id://1022046]=note: print w/replies, xml ) Need Help??


in reply to Best way to store object in db

Will not apply directly to your problem but Storable might be of interest.

Update:
Considering the hype around NoSQL unless you have specific need for a relational storage structure you might want to look at file storage.

Replies are listed 'Best First'.
Re^2: Best way to store object in db
by bessarabov (Acolyte) on Mar 06, 2013 at 18:19 UTC

    Thank you! I was thinking about Storable, but It does not suit me. I don't want to store the whole object, but only the parts that are necessary for its recreation. I also want to store version number in the serialized object to make it possible to change the internal format with backward compatibility.

    For now I have the task to store the MySQL, but I want to write the module so it serializes to some text that can be stored anywhere.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-28 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found