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

gryphon has asked for the wisdom of the Perl Monks concerning the following question:

Greetings fellow monks,

I'm trying to get started with some playing around with embedded MySQL. I've tried Google, Super Search, and CPAN for some examples, but I've been unsuccessful. Would any of you have any experience with embedded MySQL and Perl or be willing to share example code or links to tutorials on the subject? Thanks.

gryphon
Whitepages.com
code('Perl') || die;

Replies are listed 'Best First'.
Re: Embedded MySQL w/ Perl Example
by jZed (Prior) on Jun 09, 2005 at 03:46 UTC
    I haven't actually heard of anyone using this yet. Patrick Galbraith talked about adding some support for it in his version of DBD::mysql so you might check his CPAN directory.
      This version has support for embedded mysql http://search.cpan.org/~capttofu/DBD-mysql-2.9015_3/, but the interface will be changing. I don't much like the idea that you can't have both the embedded version of DBD::mysql and the standard version installed at the same time.