http://www.perlmonks.org?node_id=1006375


in reply to Re: Passing queries and data from a web server to a db server and back again...
in thread Passing queries and data from a web server to a db server and back again...

Thanks for the suggestion, did the conversion over to MySQL today. Come to think of it, now I remember hearing this about SQLite at some point -- good for quick development but not for deployment. So now I know. I am already using DBI for access, and will use that for MySQL as well.

Will keep you posted if I run into any glitches... I will also check out the features of DBD::Proxy -- never know when that might come in handy...