Email::Store::DBI - Database backend to Email::Store


Email-Store documentation  | view source Contained in the Email-Store distribution.

Index


NAME

Top

Email::Store::DBI - Database backend to Email::Store

SYNOPSIS

Top

 use Email::Store 'dbi:...';

DESCRIPTION

Top

This class is a subclass of Class::DBI and contains means for Email::Store-based programs to register what DSN they wish to use. It also provides for building database tables from schemas embedded in the DATA section of plug-in modules, using Class::DBI::DATA::Schema.


Email-Store documentation  | view source Contained in the Email-Store distribution.