NAME
App::Milter::Limit::Plugin::SQLite - SQLite driver for App::Milter::Limit
VERSION
version 0.52
SYNOPSIS
my $milter = App::Milter::Limit->instance('SQLite');
DESCRIPTION
This module implements the App::Milter::Limit backend using a SQLite data store.
METHODS
db_file
return the full path to the SQLite database filename
CONFIGURATION
The [driver]
section of the configuration file must specify the following items:
- home [optional]
-
The directory where the database files should be stored.
default:
state_dir
- file [optional]
-
The database filename.
default:
stats.db
- table [optional]
-
Table name that will store the statistics.
default:
milter
SEE ALSO
App::Milter::Limit::Plugin, App::Milter::Limit
SOURCE
The development version is on github at https://github.com/mschout/milter-limit-plugin-sqlite and may be cloned from git://github.com/mschout/milter-limit-plugin-sqlite.git
BUGS
Please report any bugs or feature requests to bug-app-milter-limit-plugin-sqlite@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=App-Milter-Limit-Plugin-SQLite
AUTHOR
Michael Schout <mschout@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Michael Schout.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.