The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Pixie::Store::DBI -- abstract class for DBI-based Pixie stores.

SYNOPSIS

  use Pixie;

  my $dsn;   # see subclasses for valid dsn specs
  my %args = ( user => 'foo', pass => 'bar' );

  Pixie->deploy( $dsn, %args );  # only do this once

  my $px = Pixie->new->connect( $dsn );

DESCRIPTION

Abstract class for DBI-based Pixie stores. See subclasses for implemented DBI stores.

KNOWN SUBCLASSES

SEE ALSO

Pixie, Pixie::Store, DBIx::AnyDBD

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.