in reply to SQL with Berkely DB
Does anyone know of module that can take my existing SQL commands and use them to store and retrieve the data to xml/text files or Berkely instead of into MySQL?
DBD::AnyData can handle text, CSV, and XML files with the proper supporting modules. Maybe jZed, who is the author of said module, can add support for BerkeleyDB too, if he gets help of some people who desperately want it.
Note that I recommend against updating this kind of "database" in normal use, the whole file needs to be rewritten every time.
p.s. I'm a bit surprised you can get BerkeleyDB for free, while you have to pay extra for Mysql.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SQL with Berkely DB
by jZed (Prior) on Apr 01, 2006 at 08:33 UTC |