![]() |
|
P is for Practical | |
PerlMonks |
Best way to store object in dbby bessarabov (Acolyte) |
on Mar 06, 2013 at 16:55 UTC ( [id://1022037]=perlquestion: print w/replies, xml ) | Need Help?? |
bessarabov has asked for the wisdom of the Perl Monks concerning the following question: I'm now writing a simple module. This module represents one object. I need the ablitily to store the state of this object in the database and to restore it from the database. To sole this task I want to add 2 methods to the object:
I'm planning to use YAML to serialize some object internals that are needed to recreate the object, and I'm going to save in the serialized string some number to make it possible to chagne serialazation format, but to store the compatibility. What do you think? Is this aproach good, or should I do something else to solve my task of storing object in the databse. UPDATE: I've created and released module Time::ETA that does the exact serialization that I have described in this post.
Back to
Seekers of Perl Wisdom
|
|