NAME
Kwiki::DB - base class of front-end of DBI engines for Kwiki
DESCRIPTION
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
Kwiki::DB::DBI, Kwiki::DB::ClassDBI
COPYRIGHT
Copyright 2005 by Kang-min Liu <gugod@gugod.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See <http://www.perl.com/perl/misc/Artistic.html>