in reply to store/retrieve data structure in MySQL
You may use Apache::Session::MySQL.
Despite the name, and despite being designed for using with mod_perl, you can use it even in a non-web application. Or, as the docs say
it can also be used for any situation where data persistence is desirable.
It's a ready to use framework. Look at the docs. It's quite easy to store a data structure into a database table, and even to use it with a tied hash.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: store/retrieve data structure in MySQL
by hakkr (Chaplain) on Aug 01, 2005 at 15:37 UTC | |
by BarMeister (Beadle) on Aug 01, 2005 at 20:23 UTC |