
Pixie::Store::DBI::Mysql -- a MySQL Pixie store.

use Pixie; my $dsn = 'dbi:Mysql:dbname=px_text'; my %args = ( user => 'foo', pass => 'bar' ); Pixie->deploy( $dsn, %args ); # only do this once my $px = Pixie->new->connect( $dsn );

Implements a MySQL store for Pixie.

Pixie, Pixie::Store::DBI, DBD::mysql

James Duncan <james@fotango.com>, Piers Cawley <pdcawley@bofh.org.uk> and Leon Brocard <acme@astray.com>.
Docs by Steve Purkis <spurkis@cpan.org>.

Copyright (c) 2002-2004 Fotango Ltd
This software is released under the same license as Perl itself.