in reply to
Storing Complex Structures in a database
You can use a self-referential table to store a tree structure. To reproduce the tree, you'll find
DBIx::Tree
useful. It is also portable between DBD::*.
Comment on
Re: Storing Complex Structures in a database
In Section
Seekers of Perl Wisdom