NAME

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

SYNOPSIS

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 );

DESCRIPTION

Implements a MySQL store for Pixie.

SEE ALSO

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

AUTHORS

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

Copyright (c) 2002-2004 Fotango Ltd

This software is released under the same license as Perl itself.