Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have a program i have written that uses MySQL database, nothing complicated, just some basic "SELECT WHERE ... " type queries. I find out now that the host where the program will be costs $20/month extra for a MySQL db, and I would like to switch it all over to Berkely, (or even some plain text/xml files would be fine too)
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? Thus saving me the time to rewrite all those parts?
Thanks,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SQL with Berkely DB
by sgifford (Prior) on Apr 01, 2006 at 04:33 UTC | |
|
Re: SQL with Berkely DB
by bart (Canon) on Apr 01, 2006 at 08:20 UTC | |
by jZed (Prior) on Apr 01, 2006 at 08:33 UTC |