package Kwiki::DB; use Kwiki::Plugin -Base; our $VERSION = '0.01'; const id => 'db'; __END__ =head1 NAME Kwiki::DB - base class of front-end of DBI engines for Kwiki =head1 DESCRIPTION This is nothing but a base class of C modules, and should not be used directly in your Kwiki plugin code. Please see L for some usage examples. The other implementation is L. More engines are coming in the way. Helps are galded and wanted :) =head1 SEE ALSO L, L =head1 COPYRIGHT Copyright 2005 by Kang-min Liu . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See =cut