Kwiki::DB - base class of front-end of DBI engines for Kwiki


Kwiki-DB documentation Contained in the Kwiki-DB distribution.

Index


Code Index:

NAME

Top

  Kwiki::DB - base class of front-end of DBI engines for Kwiki

DESCRIPTION

Top

This is nothing but a base class of Kwiki::DB::* modules, and should not be used directly in your Kwiki plugin code. Please see Kwiki::DB::DBI for some usage examples.

The other implementation is Kwiki::DB::ClassDBI. More engines are coming in the way. Helps are galded and wanted :)

SEE ALSO

Top

Kwiki::DB::DBI, Kwiki::DB::ClassDBI

COPYRIGHT

Top


Kwiki-DB documentation Contained in the Kwiki-DB distribution.

package Kwiki::DB;
use Kwiki::Plugin -Base;
our $VERSION = '0.01';

const id => 'db';

__END__