The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pixie::Store::DBI::SQLite -- an SQLite Pixie store.

SYNOPSIS

  use Pixie;
  # SQLite stores don't need to be deployed
  my $px = Pixie->new->connect( 'dbi:SQLite:dbname=path/to/store.db' );

DESCRIPTION

Implements an SQLite store for Pixie.

SEE ALSO

Pixie, Pixie::Store::DBI, DBD::SQLite, 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.